Merge pull request #2649 from Lastorder-DC/patch-2

Debug.php에서 잘못 지정된 변수 수정
This commit is contained in:
Kijin Sung 2026-01-10 00:25:24 +09:00 committed by GitHub
commit 8379932dce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -788,7 +788,7 @@ class Debug
$title = lang('msg_server_error');
if ($title === 'msg_server_error')
{
$message = 'Server Error';
$title = 'Server Error';
}
// Localize the error message.