Code

Added check() method
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 18 Mar 2008 08:24:29 +0000 (08:24 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 18 Mar 2008 08:24:29 +0000 (08:24 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9910 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc

index bf231e7714c5b7bcbfd38dea881671b91c659c7c..e6eafceeda9eef4dfe7cf1490d7896161f9cbd06 100644 (file)
@@ -512,6 +512,11 @@ class DaemonEvent
       $this->a_targets[] = $target;
     }
   }
+
+  public function check()
+  {
+    return(array());
+  }
 }
 
 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: