Browse Source

- Fix 2nd param in Event

pull/16/head
Jaussoin Timothée 13 years ago
parent
commit
bf42681c85
  1. 2
      system/Event.php

2
system/Event.php

@ -9,7 +9,7 @@ class Event
$this->conf = new Conf();
}
function runEvent($type, $event)
function runEvent($type, $event = false)
{
global $polling;
if(!$polling) { // avoids issues while loading pages.

Loading…
Cancel
Save