mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
hmm, wasn't aware of changed something here. strange.
git-svn-id: file:///svn/phpbb/trunk@3544 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -99,7 +99,7 @@ class Template {
|
||||
{
|
||||
if (empty($filename))
|
||||
{
|
||||
message_die(ERROR, "Template error - Empty filename specified for $handle");
|
||||
trigger_error("Template error - Empty filename specified for $handle", E_USER_ERROR);
|
||||
}
|
||||
|
||||
$this->filename[$handle] = $filename;
|
||||
|
Reference in New Issue
Block a user