redray
2009-04-11 08745a54a3a41dd4b2ae89b08910f07cc97eeb49
server/lib/classes/plugins.inc.php
@@ -107,7 +107,7 @@
      global $app;
      
      // Get the subscriptions for this event
      $events = $this->subscribed_events[$event_name];
      $events = (isset($this->subscribed_events[$event_name]))?$this->subscribed_events[$event_name]:'';
      if($this->debug) $app->log("Raised event: '$event_name'",LOGLEVEL_DEBUG);
      
      if(is_array($events)) {