summaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/postgres/itemmapper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/postgres/itemmapper.php b/db/postgres/itemmapper.php
index 235461c38..86b63f23b 100644
--- a/db/postgres/itemmapper.php
+++ b/db/postgres/itemmapper.php
@@ -23,7 +23,7 @@ use \OCA\News\Db\StatusFlag;
class ItemMapper extends \OCA\News\Db\ItemMapper {
public function __construct(Db $db){
- parent::__construct($db, 'news_items', '\OCA\News\Db\Item');
+ parent::__construct($db);
}