From: hickert Date: Tue, 18 Mar 2008 08:24:29 +0000 (+0000) Subject: Added check() method X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c3d8f380bf5a25895a281e0a0910a62a18f32bf6;p=gosa.git Added check() method git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9910 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc index bf231e771..e6eafceed 100644 --- a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc +++ b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc @@ -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: