diff options
author | rub <rub@piwigo.org> | 2008-07-16 05:41:12 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2008-07-16 05:41:12 +0000 |
commit | bf8ffbbdf9cf91620733999cb6133bd2171ee043 (patch) | |
tree | 28d5aecb8724d8885ebac0e2309c9c2544acdbed /admin/extend_for_templates.php | |
parent | 9c96b905ff3327ad5264b794048b6c71bbc5e4ee (diff) |
Remove warning off extend_for_templates.php
Add new in config.sql
git-svn-id: http://piwigo.org/svn/trunk@2437 68402e56-0260-453c-a942-63ccdbb3a9ee
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' |