]> git.tokkee.org Git - gosa.git/commitdiff

Code

unified post event handling!
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 3 Mar 2010 08:37:58 +0000 (08:37 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 3 Mar 2010 08:37:58 +0000 (08:37 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15872 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/samba/admin/systems/samba/class_winGeneric.inc

index d71cd3b4204a2fb12ade2da26389d6a5dbc0ff79..60a942f2a91e935c5fcc806704a16d9a96de7707 100644 (file)
@@ -279,9 +279,6 @@ class wingeneric extends plugin
     if (!$ldap->success()){
       msg_dialog::display(_("LDAP error"), msgPool::ldaperror($ldap->get_error(), $this->dn, 0, get_class()));
     }
-
-    /* Optionally execute a command after we're done */
-    $this->postcreate();
   }
 
   /* Return plugin informations for acl handling