* (bug 30451) Add page_props to RefreshLinks::deleteLinksFromNonexistent
authorSam Reed <reedy@users.mediawiki.org>
Thu, 18 Aug 2011 23:16:11 +0000 (23:16 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Thu, 18 Aug 2011 23:16:11 +0000 (23:16 +0000)
RELEASE-NOTES-1.19
maintenance/refreshLinks.php

index 9b3056b..4f14487 100644 (file)
@@ -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
index 0ec4e47..1d33a8e 100644 (file)
@@ -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 ) {