mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-01 17:42:11 +09:00
Merge pull request #2649 from Lastorder-DC/patch-2
Debug.php에서 잘못 지정된 변수 수정
This commit is contained in:
commit
8379932dce
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