diff options
Diffstat (limited to 'phpBB/includes/functions_messenger.php')
-rw-r--r-- | phpBB/includes/functions_messenger.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_messenger.php b/phpBB/includes/functions_messenger.php index e68fbf58e6..2dc40bfdc3 100644 --- a/phpBB/includes/functions_messenger.php +++ b/phpBB/includes/functions_messenger.php @@ -163,7 +163,7 @@ class messenger } } - if (($data = @file_get_contents($tpl_file)) !== false) + if (($data = @file_get_contents($tpl_file)) === false) { trigger_error("Failed opening template file [ $tpl_file ]", E_USER_ERROR); } |