Fix saving custom text

This commit is contained in:
Garvin Hicking 2015-02-11 10:42:47 +01:00
parent 5779f2fe86
commit 369707f705

View file

@ -34,7 +34,7 @@ class serendipity_event_commentspice extends serendipity_event
'smarty' => '2.6.7',
'php' => '4.1.0'
));
$propbag->add('version', '1.06');
$propbag->add('version', '1.07');
$propbag->add('event_hooks', array(
'entry_display' => true,
@ -298,6 +298,7 @@ class serendipity_event_commentspice extends serendipity_event
$propbag->add('name', PLUGIN_EVENT_COMMENTSPICE_CONFIG_CUSTOMTEXT);
$propbag->add('description', '');
$propbag->add('default', '');
break;
default:
return false;