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