mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-13 14:58:52 +00:00
[feature/template-engine] Corrected an error message in template locator.
PHPBB3-9726
This commit is contained in:
parent
f3befa4b29
commit
db257956aa
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ class phpbb_template_locator
|
||||||
{
|
{
|
||||||
if (!isset($this->filename[$handle]))
|
if (!isset($this->filename[$handle]))
|
||||||
{
|
{
|
||||||
trigger_error("template->_tpl_load(): No file specified for handle $handle", E_USER_ERROR);
|
trigger_error("template locator: get_filename_for_handle: No file specified for handle $handle", E_USER_ERROR);
|
||||||
}
|
}
|
||||||
return $this->filename[$handle];
|
return $this->filename[$handle];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue