summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 462f056)
raw | patch | inline | side by side (parent: 462f056)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 27 Jul 2010 10:55:04 +0000 (10:55 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 27 Jul 2010 10:55:04 +0000 (10:55 +0000) |
-After editing a service, we were no longer able to set the service status, due to the fact that the 'dn' was reset to ''
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19166 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19166 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/systems/admin/systems/class_serverService.inc | patch | blob | history |
diff --git a/gosa-plugins/systems/admin/systems/class_serverService.inc b/gosa-plugins/systems/admin/systems/class_serverService.inc
index cca909e75e2526169e92e990ac3f9e0c1582533a..4170176aa5ce33d97c26863e9017d97993b3484a 100644 (file)
*/
function closeDialogs()
{
+ $dnKeeper = $this->dn;
management::closeDialogs();
$this->dialog = FALSE;
+ $this->dn = $dnKeeper;
}