Code

Added execute methods
[gosa.git] / plugins / admin / users / class_userManagement.inc
index 99eb580864df907f68b7347f5e28409f797b38f6..e9460770be246ff41b49ed7e3253390bae883007 100644 (file)
@@ -59,6 +59,8 @@ class userManagement extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     $smarty       = get_smarty();             // Smarty instance
     $userfilter   = get_global("userfilter"); // contains Filter Settings
     $s_action     = "";                       // Contains the action to proceed