summaryrefslogtreecommitdiffstats
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
parent01fe3a627ea76c10ec759fb070ea47a0851a0636 (diff)
update description4.2.2
-rw-r--r--appinfo/info.xml2
-rw-r--r--config/appconfig.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 33e83f888..80961eade 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -3,7 +3,7 @@
<!-- metadata -->
<id>news</id>
<name>News</name>
- <description>An RSS/Atom feed reader. Requires ownCloud backgroundjobs or an updater script to be enabled to update your feeds. See the README.md in the apps top directory</description>
+ <description>An RSS/Atom feed reader</description>
<author>Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt</author>
<categories>
<category>Multimedia</category>
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);
}