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