From: hickert Date: Mon, 21 May 2007 07:02:23 +0000 (+0000) Subject: Removed duplicated post call X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7a6a428eb1c6534e448094d51bc6a542fe832bb9;p=gosa.git Removed duplicated post call git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6406 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_phoneGeneric.inc b/plugins/admin/systems/class_phoneGeneric.inc index 3c9d8150e..7b55449d9 100644 --- a/plugins/admin/systems/class_phoneGeneric.inc +++ b/plugins/admin/systems/class_phoneGeneric.inc @@ -425,9 +425,6 @@ class phoneGeneric extends plugin $this->netConfigDNS->cn = $this->cn; $this->netConfigDNS->save($this->dn); show_ldap_error($ldap->get_error(), sprintf(_("Saving of system phone/generic with dn '%s' failed."),$this->dn)); - - /* Optionally execute a command after we're done */ - $this->postcreate(); } diff --git a/plugins/admin/systems/class_printGeneric.inc b/plugins/admin/systems/class_printGeneric.inc index 64a3ebc36..132e5667b 100644 --- a/plugins/admin/systems/class_printGeneric.inc +++ b/plugins/admin/systems/class_printGeneric.inc @@ -846,9 +846,6 @@ class printgeneric extends plugin $this->netConfigDNS->save($this->dn); } - /* Optionally execute a command after we're done */ - $this->postcreate(); - /* This is a multi object. Handle tagging here... */ $this->handle_object_tagging(); }