diff options
Diffstat (limited to '')
-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( |