From 259b499fbc91daa541166c996b97c44677fc37ab Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 27 Nov 2014 16:57:50 +0100 Subject: update description --- config/appconfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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); } -- cgit v1.2.3