Index: trunk/phase3/maintenance/refreshLinks.php |
— | — | @@ -255,6 +255,7 @@ |
256 | 256 | 'iwlinks' => 'iwl_from', |
257 | 257 | 'langlinks' => 'll_from', |
258 | 258 | 'redirect' => 'rd_from', |
| 259 | + 'page_props' => 'pp_page', |
259 | 260 | ); |
260 | 261 | |
261 | 262 | foreach ( $linksTables as $table => $field ) { |
Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -43,6 +43,7 @@ |
44 | 44 | NAMESPACE) now depend on the page content language instead of the site |
45 | 45 | language. In theory this sets the right magic words in system messages, |
46 | 46 | although they are not used there. |
| 47 | +* (bug 30451) Add page_props to RefreshLinks::deleteLinksFromNonexistent |
47 | 48 | |
48 | 49 | === Bug fixes in 1.19 === |
49 | 50 | * $wgUploadNavigationUrl should be used for file redlinks if |