small comment

This commit is contained in:
Bernhard Posselt
2013-03-23 19:45:23 +01:00
parent 4335190044
commit 8aab55a196

View File

@@ -60,7 +60,7 @@ All database queries for that object should be put into a mapper class. This fol
public function __construct(API $api) {
parent::__construct($api, 'news_feeds');
parent::__construct($api, 'news_feeds'); // tablename is news_feeds
}