tbrehm
2009-06-10 47cca9bb2f0736cff62ae5af39aff0d88f20eca1
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)) {