1
0

Fix default setting for fetching plugins via spartacus

This commit is contained in:
Garvin Hicking
2007-06-27 14:33:19 +00:00
parent c8b5d1a813
commit 03937f8305

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':