tbrehm
2009-08-24 1c40af89512efe74f2a5dbb56a523ee2a7c3f64b
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)) {