X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fevent.php;h=d815ae54bac4a137a2f5b534cc06e8cccba066b3;hb=b70218dc437c5decc8b27a2bb70e2e1b6ec6e9e3;hp=10ef5ec0a9a1b74c4ca361bba0a07011c4e04ba7;hpb=e40d503dfb1b929c7e91422e7ee103a2cf37288d;p=quix0rs-gnu-social.git diff --git a/lib/event.php b/lib/event.php index 10ef5ec0a9..d815ae54ba 100644 --- a/lib/event.php +++ b/lib/event.php @@ -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) {