* (bug 30451) Add page_props to RefreshLinks::deleteLinksFromNonexistent
This commit is contained in:
parent
4ae4dea93e
commit
00d361886a
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue