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:
parent
f5ddbc4653
commit
b9d77ef8d5
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user