diff options
author | David M <davidmj@users.sourceforge.net> | 2007-03-25 16:05:22 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-03-25 16:05:22 +0000 |
commit | b9d77ef8d56a5db128b519f466ed7f4b32c0dc89 (patch) | |
tree | 7d3753b040eb31c34294b390032e3b6a69307633 /phpBB | |
parent | f5ddbc46532bb28bc87f99d50d94a3e2c1b5d60b (diff) | |
download | forums-b9d77ef8d56a5db128b519f466ed7f4b32c0dc89.tar forums-b9d77ef8d56a5db128b519f466ed7f4b32c0dc89.tar.gz forums-b9d77ef8d56a5db128b519f466ed7f4b32c0dc89.tar.bz2 forums-b9d77ef8d56a5db128b519f466ed7f4b32c0dc89.tar.xz forums-b9d77ef8d56a5db128b519f466ed7f4b32c0dc89.zip |
:(
git-svn-id: file:///svn/phpbb/trunk@7231 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-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); } |