Code

Fixed item config
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 14 Apr 2011 12:17:16 +0000 (12:17 +0000)
committerhickert <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

index 321ef0bb35dd218d8b08f741560e785d22b2a630..fe3126be22bf0218f20d1afe0745dc9adf45dc68 100644 (file)
@@ -606,12 +606,8 @@ class newConfigManagement extends plugin
             
                     // 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();
                 }
             }