Code

Made management compatible with class plugin
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 29 Jan 2010 17:30:06 +0000 (17:30 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 29 Jan 2010 17:30:06 +0000 (17:30 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15475 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_management.inc

index f1a8ae6c36fead8f415e9ce11357e4ba338429c8..75e550e5d038e00f0fb10d8de33eafbad9e83592 100644 (file)
@@ -84,7 +84,7 @@ class management
   protected $actions = array();
 
   // Attributes managed by this plugin, can be used in post events;
-  protected $attributes = array(); 
+  public $attributes = array(); 
 
   function  __construct(&$config,$ui,$plugname, $headpage)
   {