summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 91168c1)
raw | patch | inline | side by side (parent: 91168c1)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 14 Apr 2011 12:17:16 +0000 (12:17 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 14 Apr 2011 12:17:16 +0000 (12:17 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20731 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto-ng/admin/newConfigManagement/class_newConfigManagement.inc | patch | blob | history |
diff --git a/gosa-plugins/goto-ng/admin/newConfigManagement/class_newConfigManagement.inc b/gosa-plugins/goto-ng/admin/newConfigManagement/class_newConfigManagement.inc
index 321ef0bb35dd218d8b08f741560e785d22b2a630..fe3126be22bf0218f20d1afe0745dc9adf45dc68 100644 (file)
// Update the data model
$item['values'] = $values;
-
$this->dataModel->setItemValues($item['path'], $item['values']);
$this->dataModel->moveItem($oldPath, $newPath);
-
- print_a($this);
-
$this->listing->clearDialogObject();
}
}