allow events without arguments
This commit is contained in:
parent
175f1e7395
commit
dce975e33b
|
@ -98,7 +98,7 @@ class Event {
|
|||
* on results of handlers.
|
||||
*/
|
||||
|
||||
public static function handle($name, $args) {
|
||||
public static function handle($name, $args=array()) {
|
||||
$result = null;
|
||||
if (array_key_exists($name, Event::$_handlers)) {
|
||||
foreach (Event::$_handlers[$name] as $handler) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user