From: Sam Reed Date: Sat, 9 Jul 2011 03:43:22 +0000 (+0000) Subject: Followup r86183 and per bug 28628 X-Git-Tag: 1.31.0-rc.0~28968 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=4e4a7179848da67552049a5bd2d1eb39e3708f4d;p=lhc%2Fweb%2Fwiklou.git Followup r86183 and per bug 28628 Might awell make refreshLinks remove dead iwlinks from the table --- 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 ) {