summaryrefslogtreecommitdiffstats
path: root/lib/feed.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/feed.php')
-rw-r--r--lib/feed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/feed.php b/lib/feed.php
index ecff8f67a..6dfdcbcfb 100644
--- a/lib/feed.php
+++ b/lib/feed.php
@@ -17,8 +17,8 @@ namespace OCA\News;
*/
class Feed extends Collection {
+ private $title;
private $url;
- private $spfeed; //encapsulate a SimplePie_Core object
private $items; //array that contains all the items of the feed
private $favicon;