Code

Added execute methods
[gosa.git] / plugins / admin / fai / class_faiPackage.inc
index f58acfd12264cbfdf21dfea1378b8087e8f09aee..008883240a4d0b2cbb24cc7484bfefc7a0b5acd7 100644 (file)
@@ -95,6 +95,8 @@ class faiPackage extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";