Code

* Saved missing value for goImapSieveServer
[gosa.git] / plugins / admin / systems / class_terminalService.inc
index d04d110a099f8f33985d83ceff19a795f1d8044d..6dfea3537493ea6d3fa7904eb55d07c4915f43ee 100644 (file)
@@ -125,6 +125,9 @@ class termservice extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
+
     /* Do we need to flip is_account state? */
     if (isset($_POST['modify_state'])){
       $this->is_account= !$this->is_account;
@@ -201,7 +204,7 @@ class termservice extends plugin
     $smarty->assign ("gotoXMonitor", $this->gotoXMonitor);
 
     /* Show main page */
-    return($smarty->fetch (get_template_path('service.tpl', TRUE)));
+    return($smarty->fetch (get_template_path('terminalService.tpl', TRUE)));
   }
 
   function remove_from_parent()