Code

Fixed menu creation.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 26 Feb 2010 14:32:49 +0000 (14:32 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 26 Feb 2010 14:32:49 +0000 (14:32 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15758 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_pluglist.inc

index 5eedb7bf8565b55d2eeb130db47d2624bc1322c0..2e166125915b6842bbb6238be84e439638955f47 100644 (file)
@@ -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();
   }