1
0

Compatibility fixes.

This commit is contained in:
Grischa Brockhaus
2012-06-13 14:24:45 +02:00
parent 0407a731de
commit 1f9630b394
17 changed files with 24 additions and 24 deletions

View File

@ -134,7 +134,7 @@ class serendipity_event_mailer extends serendipity_event
$title = $this->title;
}
function event_hook($event, &$bag, &$eventData) {
function event_hook($event, &$bag, &$eventData, $addData = null) {
global $serendipity;
$hooks = &$bag->get('event_hooks');