summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-27 16:57:50 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-27 16:57:50 +0100
commit259b499fbc91daa541166c996b97c44677fc37ab (patch)
tree2b2bc87bf7f3679e7d142ee1e1aae57c7e4d5154 /config
parent01fe3a627ea76c10ec759fb070ea47a0851a0636 (diff)
update description4.2.2
Diffstat (limited to 'config')
-rw-r--r--config/appconfig.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/appconfig.php b/config/appconfig.php
index b1195f8bb..f153e8d22 100644
--- a/config/appconfig.php
+++ b/config/appconfig.php
@@ -47,7 +47,7 @@ class AppConfig {
private function parseConfig($string) {
// no need to worry about XXE since local file
$xml = simplexml_load_string($string, 'SimpleXMLElement');
- return json_decode(json_encode((array)$xml), TRUE);
+ return json_decode(json_encode((array)$xml), true);
}