Code

Fixed acls for system management
[gosa.git] / plugins / admin / systems / class_terminalInfo.inc
index 0c3060534fd4851c8ddee32e7a3b7d47bfb04996..97a3ef362ed2f3ee9ff2fda54e92750d2baafb0b 100644 (file)
@@ -60,7 +60,6 @@ class terminfo extends plugin
   {
     /* Call parent execute */
     plugin::execute();
-    return;
 
     /* Do we represent a valid terminal? */
     if (!$this->is_account && $this->parent == NULL){
@@ -234,7 +233,6 @@ class terminfo extends plugin
   }
 
 
-
   /* Save to LDAP */
   function save()
   {