diff options
Diffstat (limited to '')
-rw-r--r-- | admin/extend_for_templates.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/extend_for_templates.php b/admin/extend_for_templates.php index c6319368a..7f1dbe5b9 100644 --- a/admin/extend_for_templates.php +++ b/admin/extend_for_templates.php @@ -177,7 +177,7 @@ foreach ($tpl_extension as $file => $conditions) } foreach ($new_extensions as $file) { - $tpl_extension[$file] = array('N/A' => 'N/A'); + $tpl_extension[$file] = array('N/A', 'N/A'); } $template->set_filenames(array('extend_for_templates' |