This commit is contained in:
flash 2015-04-01 17:08:38 +02:00
parent bd25993c92
commit 3a79f21db5

View file

@ -83,7 +83,7 @@ class Configuration {
}
// Parse .cfg files, mainly/only used for templates
public function parseCfg($data) {
public static function parseCfg($data) {
// Create storage variable
$out = array();