fixes #2464 don't activate smartpocket by default

This commit is contained in:
HWFord
2025-11-28 15:57:35 +01:00
parent fe60f9cfcc
commit e13a25ffce

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);
}