summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0c5bd17)
raw | patch | inline | side by side (parent: 0c5bd17)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 28 Jul 2010 09:55:46 +0000 (09:55 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 28 Jul 2010 09:55:46 +0000 (09:55 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@19184 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/connectivity/personal/connectivity/class_intranetAccount.inc | patch | blob | history |
diff --git a/gosa-plugins/connectivity/personal/connectivity/class_intranetAccount.inc b/gosa-plugins/connectivity/personal/connectivity/class_intranetAccount.inc
index db0eef261cf81506213863e083fcd973a32db6fb..6d34d1a94f369895657ac157c154273842987b94 100644 (file)
}
/* Optionally execute a command after we're done */
- $this->postremove(array("uid"=>$this->uid));
+ $this->handle_post_events("remove",array("uid" => $this->uid));
}
}
}
/* Optionally execute a command after we're done */
- $this->postcreate(array("uid" => $this->uid));
+ $this->handle_post_events("add",array("uid" => $this->uid));
}