From: hickert Date: Mon, 2 Aug 2010 10:08:01 +0000 (+0000) Subject: Ensure we either call the plugins constructor or manually set the initTime variable... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7bcc11dedbfc761899fc7b9c4ed034a076ed0e1e;p=gosa.git 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 --- 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.