From: cajus Date: Tue, 17 Jan 2006 07:16:45 +0000 (+0000) Subject: Avoid post scripts after we've done actions X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5d730b23d546577c583112906f6924b8ef354f28;p=gosa.git Avoid post scripts after we've done actions git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2496 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_workstationGeneric.inc b/plugins/admin/systems/class_workstationGeneric.inc index eb4f05fba..33a49bcb0 100644 --- a/plugins/admin/systems/class_workstationGeneric.inc +++ b/plugins/admin/systems/class_workstationGeneric.inc @@ -283,9 +283,6 @@ class workgeneric extends plugin } } show_ldap_error($ldap->get_error()); - - /* Optionally execute a command after we're done */ - $this->postcreate(); } }