tbrehm
2009-03-04 9c7f5631e59a7eecab40f20120d978f0147cd7ad
interface/web/admin/system_config_edit.php
@@ -62,6 +62,7 @@
         $server_id = $this->id;
      
         $this->dataRecord = $app->getconf->get_global_config($section);
      }
      
      $record = $app->tform->getHTML($this->dataRecord, $this->active_tab,'EDIT');
@@ -78,9 +79,8 @@
      $app->uses('ini_parser,getconf');
      
      $section = $app->tform->getCurrentTab();
      $server_id = $this->id;
      
      $server_config_array = $app->getconf->get_global_config($server_id);
      $server_config_array = $app->getconf->get_global_config();
      $server_config_array[$section] = $app->tform->encode($this->dataRecord,$section);
      $server_config_str = $app->ini_parser->get_ini_string($server_config_array);