From 9998d43b42f5670f6bc1e2af720a82d1ffb24f30 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 26 Feb 2010 14:32:49 +0000 Subject: [PATCH] Fixed menu creation. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15758 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_pluglist.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gosa-core/include/class_pluglist.inc b/gosa-core/include/class_pluglist.inc index 5eedb7bf8..2e1661259 100644 --- a/gosa-core/include/class_pluglist.inc +++ b/gosa-core/include/class_pluglist.inc @@ -57,6 +57,8 @@ class pluglist { $this->info['all']['plProvidedAcls']= array(); $this->info['all']['plDescription']= _("All objects in this category"); $this->info['all']['plSelfModify']= FALSE; + + $this->gen_menu(); } -- 2.30.2