summaryrefslogtreecommitdiffstats
path: root/lib/feed.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-08-13 17:06:12 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-08-13 17:06:12 -0400
commit74129d1b9e97a5d59f72bd38b70a40a5d21a019f (patch)
tree2ffe991b24f612f07cd2666cb064812762d32f22 /lib/feed.php
parent93e7732a7c9d88ba570d95220c7df46a455cb4aa (diff)
database tables changed
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;