mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-29 04:50:51 +02:00
Merge pull request #576 from cyberalien/ticket/10652
[ticket/10652] Fixing typo in template class
This commit is contained in:
@@ -128,7 +128,7 @@ class phpbb_template
|
|||||||
{
|
{
|
||||||
$templates = array($template_name => $template_path);
|
$templates = array($template_name => $template_path);
|
||||||
|
|
||||||
if ($fallback_template_path !== false)
|
if ($fallback_template_name !== false)
|
||||||
{
|
{
|
||||||
$templates[$fallback_template_name] = $fallback_template_path;
|
$templates[$fallback_template_name] = $fallback_template_path;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user