1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-13 12:35:06 +01:00
git-svn-id: file:///svn/phpbb/trunk@7231 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M 2007-03-25 16:05:22 +00:00
parent f5ddbc4653
commit b9d77ef8d5

View File

@ -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);
}