From d1b0e299f1df0c94e5cc63afcd03f0bc42c6430d Mon Sep 17 00:00:00 2001 From: anoy Date: Sat, 3 Oct 2020 17:48:58 +0200 Subject: remove doubled execute Signed-off-by: anoy --- lib/Db/NewsMapperV2.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Db/NewsMapperV2.php b/lib/Db/NewsMapperV2.php index 2896d9052..5d1905151 100644 --- a/lib/Db/NewsMapperV2.php +++ b/lib/Db/NewsMapperV2.php @@ -73,7 +73,6 @@ abstract class NewsMapperV2 extends QBMapper $builder = $this->db->getQueryBuilder(); $builder->delete($this->tableName) ->where('deleted_at != 0') - ->execute() ->execute(); } -- cgit v1.2.3