mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@4574 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -221,7 +221,7 @@ class template
|
|||||||
// Try and open template for read
|
// Try and open template for read
|
||||||
if (!($fp = @fopen($this->files[$handle], 'r')))
|
if (!($fp = @fopen($this->files[$handle], 'r')))
|
||||||
{
|
{
|
||||||
trigger_error("template->_tpl_load(): File $filename does not exist or is empty", E_USER_ERROR);
|
trigger_error("template->_tpl_load(): File " . $this->files[$handle] . " does not exist or is empty", E_USER_ERROR);
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->compiled_code[$handle] = $this->compile(trim(@fread($fp, filesize($this->files[$handle]))));
|
$this->compiled_code[$handle] = $this->compile(trim(@fread($fp, filesize($this->files[$handle]))));
|
||||||
|
Reference in New Issue
Block a user