mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
fixes #1041 no longer activate TakeATour by default
This commit is contained in:
@@ -83,7 +83,7 @@ function activate_core_plugins()
|
||||
|
||||
foreach($plugins->fs_plugins as $plugin_id => $fs_plugin)
|
||||
{
|
||||
if (in_array($plugin_id, array('TakeATour')))
|
||||
if (in_array($plugin_id, array()))
|
||||
{
|
||||
$plugins->perform_action('activate', $plugin_id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user