Code

Avoid post scripts after we've done actions
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 17 Jan 2006 07:16:45 +0000 (07:16 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 17 Jan 2006 07:16:45 +0000 (07:16 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2496 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_workstationGeneric.inc

index eb4f05fbafe41f869ad24f2b0ad5b00d824555b4..33a49bcb040347a9de0ab30398f0989b91ac99b5 100644 (file)
@@ -283,9 +283,6 @@ class workgeneric extends plugin
       }
     }
     show_ldap_error($ldap->get_error());
-
-    /* Optionally execute a command after we're done */
-    $this->postcreate();
   }
 
 }