Code

Added initialy repository setup
[gosa.git] / plugins / admin / systems / class_terminalGeneric.inc
index a8e0c501245c4fb19cf1e7c26e0b9cf9218f5d82..86aa8966e1f5b0aee580440b29a899694c0d97c0 100644 (file)
@@ -76,6 +76,9 @@ class termgeneric 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;