summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8837ec1)
raw | patch | inline | side by side (parent: 8837ec1)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 19 Jun 2008 13:37:41 +0000 (13:37 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 19 Jun 2008 13:37:41 +0000 (13:37 +0000) |
-Reload list of keys, if a key was removed.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11384 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11384 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/dak/addons/dak/class_dakkeyring.inc | patch | blob | history |
diff --git a/gosa-plugins/dak/addons/dak/class_dakkeyring.inc b/gosa-plugins/dak/addons/dak/class_dakkeyring.inc
index 8c43b32b5ba3c4919c722b2ce8e289a0287780a0..e3518f4bd8543b97380599786b1d72634ac4a96e 100644 (file)
if(preg_match("/^remove_key_/",$name)){
$id = preg_replace("/^remove_key_([0-9]*)_.*$/","\\1",$name);
$this->remove_key($id);
+ $this->refresh_list();
break;
}