mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16766] Restructure conditional
PHPBB3-16766
This commit is contained in:
parent
1f76aa65f3
commit
31fc85153e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue