mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fixes #2464 don't activate smartpocket by default
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user