Skip to content

Commit

Permalink
Fixed previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Oct 21, 2014
1 parent e529159 commit d9b795e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/EventDispatcher/EventDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function postEvent($eventName, $params, $pending = false, array $eventSub
}
}

$this->dispatchToListeners($params, $callbacks);
$this->dispatchToListeners($callbacks, $params);
}

/**
Expand Down

0 comments on commit d9b795e

Please sign in to comment.