Code

Updated save handling.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 4 Oct 2010 06:47:07 +0000 (06:47 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 4 Oct 2010 06:47:07 +0000 (06:47 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19894 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/goto/Config/class_DeviceConfig.inc

index 10c0620adcc82c3542c0c5cac236cd15a2b0cc31..fcc4eb36ff4338b6292c440cf338fbf5e3ae2e0b 100644 (file)
@@ -254,6 +254,7 @@ class DeviceConfig extends management
         if($this->currentItem){
 
             // Check if everything is fine.
+            $msgs = $this->TemplateEngine->save_object();
             $msgs = $this->TemplateEngine->check();
             if(count($msgs)){
                 msg_dialog::displayChecks($msgs);