Compatibility fixes

This commit is contained in:
Grischa Brockhaus 2012-06-13 12:47:50 +02:00
parent b57728862d
commit e0be3b1c09

View file

@ -81,7 +81,7 @@ class serendipity_event_disqus extends serendipity_event {
echo nl2br(PLUGIN_DISQUS_DESC2);
}
function event_hook($event, &$bag, &$eventData, &$addData = null) {
function event_hook($event, &$bag, &$eventData, $addData = null) {
global $serendipity;
$hooks = &$bag->get('event_hooks');