Fix another reference to removed autoFlip param
authorJKingsnorth <john@johnkingsnorth.co.uk>
Mon, 27 Feb 2017 09:16:02 +0000 (09:16 +0000)
committerJKingsnorth <john@johnkingsnorth.co.uk>
Mon, 27 Feb 2017 09:16:02 +0000 (09:16 +0000)
CRM/Contact/Page/DedupeMerge.php

index 1b55de1e21c6278b30fd4940a561d3deff2872cf..df91a146f4a8596ebc605ef44545ea5192e27efe 100644 (file)
@@ -98,7 +98,7 @@ class CRM_Contact_Page_DedupeMerge extends CRM_Core_Page {
     for ($i = 1; $i <= ceil($total / self::BATCHLIMIT); $i++) {
       $task  = new CRM_Queue_Task(
         array('CRM_Contact_Page_DedupeMerge', 'callBatchMerge'),
-        array($rgid, $gid, $mode, FALSE, self::BATCHLIMIT, $isSelected),
+        array($rgid, $gid, $mode, self::BATCHLIMIT, $isSelected),
         "Processed " . $i * self::BATCHLIMIT . " pair of duplicates out of " . $total
       );