summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Db/FeedMapperV2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Db/FeedMapperV2.php b/lib/Db/FeedMapperV2.php
index 55478198e..214446ab6 100644
--- a/lib/Db/FeedMapperV2.php
+++ b/lib/Db/FeedMapperV2.php
@@ -187,7 +187,7 @@ class FeedMapperV2 extends NewsMapperV2
$this->db->executeQuery($idBuilder->getSQL(), $idBuilder->getParameters())->fetchAll()
);
- $chunked_idList = array_chunk($idList,65500,true);
+ $chunked_idList = array_chunk($idList,65500);
$res = 0;
foreach ($chunked_idList as $idList_chunk)
{