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.