From 1811cfee3979e78de987ad4fd4b9d090945bbb31 Mon Sep 17 00:00:00 2001 From: Lastorder <18280396+Lastorder-DC@users.noreply.github.com> Date: Thu, 8 Jan 2026 22:56:16 -0800 Subject: [PATCH] Fix error title localization in Debug.php --- common/framework/Debug.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/framework/Debug.php b/common/framework/Debug.php index d3266b9e8..bc947b9eb 100644 --- a/common/framework/Debug.php +++ b/common/framework/Debug.php @@ -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.