marknl
2011-08-26 bf420e07b6a8ed6d0a42cdaef5f3f70ad58ce7fc
server/lib/classes/getconf.inc.php
@@ -34,7 +34,7 @@
   
   function get_server_config($server_id, $section = '') {
      global $app;
      if(!is_array($this->config[$server_id])) {
         $app->uses('ini_parser');
         $server_id = intval($server_id);
@@ -59,7 +59,6 @@
      }
      return ($section == '') ? $this->config['global'] : $this->config['global'][$section];
   }
}
?>