Code

Updated edit windows, 100% width ; size = 12
[gosa.git] / plugins / admin / systems / class_terminalStartup.inc
index 2192dfc40ef64fb45f39211df6af6e3675003eca..6a80c0de5786968a146b954f092c94394105cf5b 100644 (file)
@@ -85,6 +85,9 @@ class termstartup 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;
@@ -193,10 +196,7 @@ class termstartup extends plugin
 
   function remove_from_parent()
   {
-    $ldap= $this->config->get_ldap_link();
-    $ldap->rmdir($this->dn);
-    show_ldap_error($ldap->get_error());
-    $this->handle_post_events("remove");
+      $this->handle_post_events("remove");
   }