mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@4574 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
98bd5b74f2
commit
f559ce8e93
1 changed files with 1 additions and 1 deletions
|
@ -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]))));
|
||||||
|
|
Loading…
Add table
Reference in a new issue