Skip to content

Commit

Permalink
E_STRICT fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
brockhaus committed Jun 14, 2012
1 parent 001ea42 commit dd6ab83
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -224,7 +224,7 @@ function bbcode($input) {

}

function event_hook($event, &$bag, &$eventData) {
function event_hook($event, &$bag, &$eventData, $addData = null) {
global $serendipity;

$hooks = &$bag->get('event_hooks');
Expand Down

0 comments on commit dd6ab83

Please sign in to comment.