From 2d53536c5e9d24f5363082726d1f8f09846b2993 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 6 Jan 2010 09:00:49 +0000 Subject: [PATCH] Added attributes array git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15072 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_management.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gosa-core/include/class_management.inc b/gosa-core/include/class_management.inc index 516f0b476..359cad23b 100644 --- a/gosa-core/include/class_management.inc +++ b/gosa-core/include/class_management.inc @@ -79,6 +79,9 @@ class management // A list of configured actions/events protected $actions = array(); + // Attributes managed by this plugin, can be used in post events; + protected $attributes = array(); + function __construct(&$config,$ui,$plugname, $headpage) { $this->plugname = $plugname; -- 2.30.2