okay?
This commit is contained in:
parent
bd25993c92
commit
3a79f21db5
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class Configuration {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Parse .cfg files, mainly/only used for templates
|
// Parse .cfg files, mainly/only used for templates
|
||||||
public function parseCfg($data) {
|
public static function parseCfg($data) {
|
||||||
|
|
||||||
// Create storage variable
|
// Create storage variable
|
||||||
$out = array();
|
$out = array();
|
||||||
|
|
Reference in a new issue