tbrehm
2009-10-05 ca8191e9a87c74d6aa3e86cf73b464f7f74644fa
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)) {