summaryrefslogtreecommitdiffstats
path: root/db/postgres/itemmapper.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/postgres/itemmapper.php')
-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 af746ecc1..235461c38 100644
--- a/db/postgres/itemmapper.php
+++ b/db/postgres/itemmapper.php
@@ -44,7 +44,7 @@ class ItemMapper extends \OCA\News\Db\ItemMapper {
$params = array($status, $threshold);
$result = $this->execute($sql, $params);
- while($row = $result->fetchRow()) {
+ while($row = $result->fetch()) {
$size = (int) $row['size'];
$limit = $size - $threshold;