mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10652] Fixing typo in template class
Fixing typo in template class that prevents template inheritance from working PHPBB3-10652
This commit is contained in:
parent
dd495e7a14
commit
5aad71b220
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ class phpbb_template
|
|||
{
|
||||
$templates = array($template_name => $template_path);
|
||||
|
||||
if ($fallback_template_path !== false)
|
||||
if ($fallback_template_name !== false)
|
||||
{
|
||||
$templates[$fallback_template_name] = $fallback_template_path;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue