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