From bcd289bac0ad025435671ba25cb13fb15e46cf5c Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 26 Jan 2010 13:33:22 +0000 Subject: [PATCH] Added missing class member var git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15324 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_management.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/gosa-core/include/class_management.inc b/gosa-core/include/class_management.inc index c15954d89..26cd2d037 100644 --- a/gosa-core/include/class_management.inc +++ b/gosa-core/include/class_management.inc @@ -46,6 +46,7 @@ class management // The tab definitions to use for the current object. protected $tabClass = ""; // e.g. usertabs protected $tabType = ""; // e.g. USERTABS + protected $aclPlugin = ""; // e.g. generic protected $aclCategory = ""; // e.g. users protected $objectName = ""; // e.g. users -- 2.30.2