summaryrefslogtreecommitdiffstats
path: root/db/feedmapper.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/feedmapper.php')
-rw-r--r--db/feedmapper.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/feedmapper.php b/db/feedmapper.php
index 3d1c4d773..fbadb989a 100644
--- a/db/feedmapper.php
+++ b/db/feedmapper.php
@@ -35,6 +35,7 @@ class FeedMapper extends NewsMapper {
parent::__construct($api, 'news_feeds');
}
+ // TODO: add unread_count!
public function find($id, $userId){
$sql = 'SELECT * FROM `*dbprefix*news_feeds` ' .