From: hickert Date: Tue, 26 Jan 2010 13:33:22 +0000 (+0000) Subject: Added missing class member var X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bcd289bac0ad025435671ba25cb13fb15e46cf5c;p=gosa.git Added missing class member var git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15324 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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