Code

Updated class management use $config as reference
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 28 Dec 2009 09:47:23 +0000 (09:47 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 28 Dec 2009 09:47:23 +0000 (09:47 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14952 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_management.inc

index 53303acd12cde0131de3fb19d6f6e274f7efc682..cab74fcb70338e86f5b6d9a5478726148d411e91 100644 (file)
@@ -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;