From: hickert Date: Mon, 28 Dec 2009 09:47:23 +0000 (+0000) Subject: Updated class management use $config as reference X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=58c62a9958e6bfb4b4235e43bfca7e4c2eff93da;p=gosa.git Updated class management use $config as reference git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14952 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_management.inc b/gosa-core/include/class_management.inc index 53303acd1..cab74fcb7 100644 --- a/gosa-core/include/class_management.inc +++ b/gosa-core/include/class_management.inc @@ -79,7 +79,7 @@ class management // A list of configured actions/events protected $actions = array(); - function __construct($config,$ui,$plugname, $headpage) + function __construct(&$config,$ui,$plugname, $headpage) { $this->plugname = $plugname; $this->headpage = $headpage;