aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_messenger.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-03-25 16:05:22 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-03-25 16:05:22 +0000
commitb9d77ef8d56a5db128b519f466ed7f4b32c0dc89 (patch)
tree7d3753b040eb31c34294b390032e3b6a69307633 /phpBB/includes/functions_messenger.php
parentf5ddbc46532bb28bc87f99d50d94a3e2c1b5d60b (diff)
downloadforums-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/includes/functions_messenger.php')
-rw-r--r--phpBB/includes/functions_messenger.php2
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);
}