Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Posselt committed Nov 27, 2014
1 parent 01fe3a6 commit 259b499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion config/appconfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function __construct(INavigationManager $navigationManager,
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);
}


Expand Down

0 comments on commit 259b499

Please sign in to comment.