interface/lib/classes/getconf.inc.php @@ -54,6 +54,7 @@ } return ($section == '') ? $this->config['global'] : $this->config['global'][$section]; } } ?>