From: hickert Date: Thu, 2 Oct 2008 11:36:30 +0000 (+0000) Subject: Updated gotoSupportDaemon::append X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4bc475ea0ff685976bce2e6cf471aa50460ce4a2;p=gosa.git Updated gotoSupportDaemon::append -Target was added automatically, added option to avoid this. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12592 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_goto_reload.inc b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_goto_reload.inc index 00e431dc1..3f91b49eb 100644 --- a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_goto_reload.inc +++ b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_goto_reload.inc @@ -23,6 +23,14 @@ class DaemonEvent_goto_reload extends DaemonEvent { var $visible_for = SYSTEM_EVENT; + var $mac = array(); + protected $attributes = array("mac"); + + public function set_macs($macs) + { + $this->mac = $macs; + } + public function __construct($config,$data = array()) { DaemonEvent::__construct($config,$data);