summaryrefslogtreecommitdiffstats
path: root/lib/Db/NewsMapper.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Db/NewsMapper.php')
-rw-r--r--lib/Db/NewsMapper.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Db/NewsMapper.php b/lib/Db/NewsMapper.php
index 14913c1be..b03c42c91 100644
--- a/lib/Db/NewsMapper.php
+++ b/lib/Db/NewsMapper.php
@@ -73,7 +73,6 @@ abstract class NewsMapper extends Mapper
$builder = $this->db->getQueryBuilder();
$builder->delete($this->tableName)
->where('deleted_at != 0')
- ->execute()
->execute();
}