Code

Added default winstation ou to avoid errors if not set in config.
[gosa.git] / gosa-core / include / class_pluglist.inc
index 8c47f218a97be8d9c53e26e529363e69a9588056..ba3288a63de2bcf49940029154be2c300c95c3b1 100644 (file)
@@ -253,7 +253,6 @@ class pluglist {
        function show_iconmenu()
        {
                global $class_mapping;
-
                if ($this->iconmenu == ""){
                        $cfg= $this->config->data['MENU'];
 
@@ -389,6 +388,16 @@ class pluglist {
   {
     return(isset($this->allowed_plugins[$plug_id]));
   }
+
+
+  /*! \brief  Force the menu to be recreated 
+   */
+  function reset_menus()
+  {
+    $this->menu = "";
+    $this->iconmenu ="";
+  }
+
 }
 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
 ?>