mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 08:09:58 +09:00
Fix error title localization in Debug.php
This commit is contained in:
parent
26d645da4d
commit
1811cfee39
1 changed files with 1 additions and 1 deletions
|
|
@ -788,7 +788,7 @@ class Debug
|
||||||
$title = lang('msg_server_error');
|
$title = lang('msg_server_error');
|
||||||
if ($title === 'msg_server_error')
|
if ($title === 'msg_server_error')
|
||||||
{
|
{
|
||||||
$message = 'Server Error';
|
$title = 'Server Error';
|
||||||
}
|
}
|
||||||
|
|
||||||
// Localize the error message.
|
// Localize the error message.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue