Florian Schaal
2014-09-26 7c2e3eab8e08be9d93f3792a8f1107dee5d5d232
interface/web/admin/system_config_edit.php
@@ -64,6 +64,9 @@
         $server_id = $this->id;
         $this->dataRecord = $app->getconf->get_global_config($section);
         if (is_null($this->dataRecord)) {
            $this->dataRecord = array();
         }
         if ($section == 'domains'){
            if (isset($this->dataRecord['use_domain_module'])){
               $_SESSION['use_domain_module_old_value'] = $this->dataRecord['use_domain_module'];