mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 13:30:25 +02:00
:(
git-svn-id: file:///svn/phpbb/trunk@7231 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user