From a2e038ed5d53d2e3504945ab130e38f48fd2753e Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 29 Jan 2010 17:30:06 +0000 Subject: [PATCH] Made management compatible with class plugin git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15475 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_management.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/include/class_management.inc b/gosa-core/include/class_management.inc index f1a8ae6c3..75e550e5d 100644 --- a/gosa-core/include/class_management.inc +++ b/gosa-core/include/class_management.inc @@ -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) { -- 2.30.2