Index: trunk/phase3/maintenance/Maintenance.php |
— | — | @@ -772,7 +772,7 @@ |
773 | 773 | * @param $delete Boolean: whether or not to actually delete the records |
774 | 774 | * @author Rob Church <robchur@gmail.com> |
775 | 775 | */ |
776 | | - protected function purgeRedundantText( $delete = true ) { |
| 776 | + public function purgeRedundantText( $delete = true ) { |
777 | 777 | # Data should come off the master, wrapped in a transaction |
778 | 778 | $dbw = wfGetDB( DB_MASTER ); |
779 | 779 | $dbw->begin(); |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -198,6 +198,8 @@ |
199 | 199 | * (bug 23845) Special:ListFiles now uses correct file names without underscores |
200 | 200 | * Ask for permanent login in Special:Preferences only if $wgCookieExpiration > 0 |
201 | 201 | * (bug 16356) Repair dumpInterwiki.inc to use proper normalization. |
| 202 | +* (bug 24006) deleteArchivedRevisions.php maintenance script now longer throws |
| 203 | + a fatal error |
202 | 204 | |
203 | 205 | === API changes in 1.17 === |
204 | 206 | * (bug 22738) Allow filtering by action type on query=logevent. |