From b9d77ef8d56a5db128b519f466ed7f4b32c0dc89 Mon Sep 17 00:00:00 2001 From: David M Date: Sun, 25 Mar 2007 16:05:22 +0000 Subject: :( git-svn-id: file:///svn/phpbb/trunk@7231 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_messenger.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/functions_messenger.php') 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); } -- cgit v1.2.1