From 4e4a7179848da67552049a5bd2d1eb39e3708f4d Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sat, 9 Jul 2011 03:43:22 +0000 Subject: [PATCH] Followup r86183 and per bug 28628 Might awell make refreshLinks remove dead iwlinks from the table --- maintenance/refreshLinks.php | 1 + 1 file changed, 1 insertion(+) diff --git a/maintenance/refreshLinks.php b/maintenance/refreshLinks.php index 8fe4d3ca85..0bb1696067 100644 --- a/maintenance/refreshLinks.php +++ b/maintenance/refreshLinks.php @@ -251,6 +251,7 @@ class RefreshLinks extends Maintenance { 'categorylinks' => 'cl_from', 'templatelinks' => 'tl_from', 'externallinks' => 'el_from', + 'iwlinks' => 'iwl_from', ); foreach ( $linksTables as $table => $field ) { -- 2.20.1