Fix default setting for fetching plugins via spartacus

This commit is contained in:
Garvin Hicking 2007-06-27 14:33:19 +00:00
parent bb17758b5a
commit 20ed238aaf

View File

@ -134,7 +134,7 @@ class serendipity_event_spartacus extends serendipity_event
$propbag->add('type', 'string');
$propbag->add('name', PLUGIN_EVENT_SPARTACUS_ENABLE_PLUGINS);
$propbag->add('description', '');
$propbag->add('default', 'false');
$propbag->add('default', 'true');
break;
case 'enable_themes':