diff options
author | flop25 <flop25@piwigo.org> | 2012-04-17 14:09:05 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2012-04-17 14:09:05 +0000 |
commit | 89a1ee2696cfdc56adfcd15c799dab2d2f7c8764 (patch) | |
tree | f847e492811615cc3cee3aafb96e5a21dbd9c1a1 /upgrade.php | |
parent | f03ce8dcfa688e7204d124c0f864d70c504a82df (diff) |
feature:2482
during upgrade, deactivate template-extensions : in practice put an empty array for the config param. extents_for_templates
git-svn-id: http://piwigo.org/svn/trunk@14206 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | upgrade.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/upgrade.php b/upgrade.php index dfb3c4c36..b5de61d52 100644 --- a/upgrade.php +++ b/upgrade.php @@ -338,6 +338,7 @@ if ((isset($_POST['submit']) or isset($_GET['now'])) } deactivate_non_standard_themes(); + deactivate_templates(); $page['upgrade_end'] = get_moment(); |