From 00d361886af9d20cf4661d7514bf15c977ae9eff Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Thu, 18 Aug 2011 23:16:11 +0000 Subject: [PATCH] * (bug 30451) Add page_props to RefreshLinks::deleteLinksFromNonexistent --- RELEASE-NOTES-1.19 | 1 + maintenance/refreshLinks.php | 1 + 2 files changed, 2 insertions(+) diff --git a/RELEASE-NOTES-1.19 b/RELEASE-NOTES-1.19 index 9b3056b774..4f144872bb 100644 --- a/RELEASE-NOTES-1.19 +++ b/RELEASE-NOTES-1.19 @@ -43,6 +43,7 @@ production. NAMESPACE) now depend on the page content language instead of the site language. In theory this sets the right magic words in system messages, although they are not used there. +* (bug 30451) Add page_props to RefreshLinks::deleteLinksFromNonexistent === Bug fixes in 1.19 === * $wgUploadNavigationUrl should be used for file redlinks if diff --git a/maintenance/refreshLinks.php b/maintenance/refreshLinks.php index 0ec4e47742..1d33a8ead8 100644 --- a/maintenance/refreshLinks.php +++ b/maintenance/refreshLinks.php @@ -255,6 +255,7 @@ class RefreshLinks extends Maintenance { 'iwlinks' => 'iwl_from', 'langlinks' => 'll_from', 'redirect' => 'rd_from', + 'page_props' => 'pp_page', ); foreach ( $linksTables as $table => $field ) { -- 2.20.1