Code

Added execute methods
[gosa.git] / plugins / gofax / faxaccount / class_gofaxAccount.inc
index d11c1eae760f773a8546c9a86423d0c2894ced56..5b8dfc24654a6447b8ef06b8edd89d58ac7e7602 100644 (file)
@@ -84,6 +84,8 @@ class gofaxAccount extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Load smarty stuff */
     $smarty= get_smarty();