diff --git a/admin/include/functions_install.inc.php b/admin/include/functions_install.inc.php index f667545b1..3a3aeb19f 100644 --- a/admin/include/functions_install.inc.php +++ b/admin/include/functions_install.inc.php @@ -65,7 +65,7 @@ function activate_core_themes() $themes = new themes(); foreach ($themes->fs_themes as $theme_id => $fs_theme) { - if (in_array($theme_id, array('modus', 'smartpocket'))) + if (in_array($theme_id, array('modus'))) { $themes->perform_action('activate', $theme_id); }