diff options
author | plegall <plg@piwigo.org> | 2011-03-10 10:50:11 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-03-10 10:50:11 +0000 |
commit | 59b87ac06b92aafaee841ec8fdabb3cef8afb956 (patch) | |
tree | 3e76c3b0a5ba35632515397d37398a15b6cdcba4 /upgrade.php | |
parent | 3e7a89edb289877af8a756ef9984d07a656e6fb6 (diff) |
bug 2218: deactivate non core themes after upgrade
git-svn-id: http://piwigo.org/svn/trunk@9597 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'upgrade.php')
-rw-r--r-- | upgrade.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/upgrade.php b/upgrade.php index 0ded5e815..64f81964f 100644 --- a/upgrade.php +++ b/upgrade.php @@ -340,6 +340,8 @@ if ((isset($_POST['submit']) or isset($_GET['now'])) deactivate_non_standard_plugins(); } + deactivate_non_standard_themes(); + $page['upgrade_end'] = get_moment(); $template->assign( |