From 7bcc11dedbfc761899fc7b9c4ed034a076ed0e1e Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 2 Aug 2010 10:08:01 +0000 Subject: [PATCH] Ensure we either call the plugins constructor or manually set the initTime variable for the new statistics plugin. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19324 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../systems/admin/systems/class_systemManagement.inc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc index d49555a2a..b14b2de3e 100644 --- a/gosa-plugins/systems/admin/systems/class_systemManagement.inc +++ b/gosa-plugins/systems/admin/systems/class_systemManagement.inc @@ -179,6 +179,17 @@ class systemManagement extends management } + function getAclCategories() + { + $ret = array(); + $tDefs= $this->getObjectDefinitions(); + foreach($tDefs as $type => $data){ + $ret[] = $data['aclCategory']; + } + return(array_unique($ret)); + } + + /*! \brief This method is used to queue and process copy&paste actions. * Allows to copy, cut and paste mutliple entries at once. * @param String 'action' The name of the action which was the used as trigger. -- 2.30.2