mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 17:44:41 +00:00
implement old "listags" construction to mark certain elements as array (even if they're not recurring)
This commit is contained in:
parent
c56e115e52
commit
1940927eb2
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
require_once("xmlparse.inc");
|
||||
require_once("script/load_phalcon.php");
|
||||
|
||||
/*
|
||||
@ -55,7 +56,8 @@ function parse_config()
|
||||
}
|
||||
}
|
||||
|
||||
return $cnf->toArray();
|
||||
// return config data as array, use old "listags" construction to mark certain elements as array (even if they're not recurring)
|
||||
return $cnf->toArray(listtags());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user