From: Roan Kattouw Date: Thu, 19 Nov 2015 00:24:17 +0000 (-0800) Subject: namespaceDupes: Ignore duplicate key errors in link table updates X-Git-Tag: 1.31.0-rc.0~8947 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=e305df10ae2762482bfe8214a157bcaf58566a18;p=lhc%2Fweb%2Fwiklou.git namespaceDupes: Ignore duplicate key errors in link table updates Bug: T115824 Change-Id: I67f57f680587c2c1e00f63a268019270bf8d5f86 --- diff --git a/maintenance/namespaceDupes.php b/maintenance/namespaceDupes.php index 184cba8d13..28176a55dc 100644 --- a/maintenance/namespaceDupes.php +++ b/maintenance/namespaceDupes.php @@ -390,7 +390,8 @@ class NamespaceConflictChecker extends Maintenance { $titleField => $row->$titleField, $fromField => $row->$fromField ), - __METHOD__ + __METHOD__, + array( 'IGNORE' ) ); $this->output( "$table $logTitle -> " . $destTitle->getPrefixedDBkey() . "\n" );