fix a php dulicating method compat error

This commit is contained in:
Ian 2015-08-19 12:51:07 +02:00
parent 7e6c7fc052
commit f5a2b4db18
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
2.16
- fix a php dulicating method compat error
2.15
- prepare for Serendipity 2.0 and check for (window.Spawnnuggets)
- fix 'show_multi' option non-template file fatal error

View file

@ -38,7 +38,7 @@ class serendipity_event_includeentry extends serendipity_event
$propbag->add('description', PLUGIN_EVENT_INCLUDEENTRY_DESC);
$propbag->add('stackable', false);
$propbag->add('author', 'Garvin Hicking');
$propbag->add('version', '2.15');
$propbag->add('version', '2.16');
$propbag->add('scrambles_true_content', true);
$propbag->add('requirements', array(
'serendipity' => '1.7',
@ -219,7 +219,7 @@ class serendipity_event_includeentry extends serendipity_event
return true;
}
function set_config($name, $value)
function set_config($name, $value, $implodekey = '^')
{
$fname = $this->instance . '/' . $name;