mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-21 03:12:55 +09:00
Improve error message formatting
This commit is contained in:
parent
88ffabfb7c
commit
c8abcbbe5e
1 changed files with 1 additions and 1 deletions
|
|
@ -1529,7 +1529,7 @@ class Context
|
|||
|
||||
if (in_array(Context::getRequestMethod(), array('XMLRPC', 'JSON', 'JS_CALLBACK')))
|
||||
{
|
||||
$oMessageObject->setMessage($title . ': ' . $message);
|
||||
$oMessageObject->setMessage(trim($title . "\n\n" . $message));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue