Code

Added execute methods
[gosa.git] / plugins / addons / ldapmanager / class_exportxls.inc
index f3c1d3cc2e52d06aff91477c4f269e07313b7253..efacc7efde34d445d7e03301c203f485a445e6fe 100644 (file)
@@ -25,6 +25,8 @@ class xlsexport extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Set government mode */
     $smarty= get_smarty();