* (bug 30451) Add page_props to RefreshLinks::deleteLinksFromNonexistent

This commit is contained in:
Sam Reed 2011-08-18 23:16:11 +00:00
parent 4ae4dea93e
commit 00d361886a
2 changed files with 2 additions and 0 deletions

View 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

View 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 ) {