mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/16766] Restructure conditional
PHPBB3-16766
This commit is contained in:
@@ -57,7 +57,7 @@ function installer_msg_handler($errno, $msg_text, $errfile, $errline)
|
||||
}
|
||||
|
||||
// If the message handler is stripping text, fallback to the long version if available
|
||||
if (isset($msg_long_text) && $msg_long_text && !$msg_text)
|
||||
if (!$msg_text && !empty($msg_long_text))
|
||||
{
|
||||
$msg_text = $msg_long_text;
|
||||
}
|
||||
|
Reference in New Issue
Block a user