Fix error title localization in Debug.php

This commit is contained in:
Lastorder 2026-01-08 22:56:16 -08:00 committed by GitHub
parent 26d645da4d
commit 1811cfee39
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.