(cp e13a25ffce) fixes #2464 don't activate smartpocket by default

This commit is contained in:
HWFord
2025-11-28 16:00:15 +01:00
parent 8fe406639b
commit d5e0cc5140
+1 -1
View File
@@ -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);
}