Code

Added execute methods
[gosa.git] / plugins / admin / systems / class_printerPPDDialog.inc
index ed31bb2629de315194c8320a2bf2e8f1ba8ac02e..86da20b32d298e590b0435905e6f0f47a7f1c75c 100644 (file)
@@ -82,6 +82,8 @@ class printerPPDDialog extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";