Reedy has submitted this change and it was merged. Change subject: (Bug 41617) Fix undelete. ......................................................................
(Bug 41617) Fix undelete. Undeletion was broken twice: 1) originally, it failed silently, restoring revision entries with the wrong number in rev_page. 2) I789e45bd restores an overly zealous sanity check, causing undeletion to fail with a fatal error. This change fixes both issues. Change-Id: I796fe54e81773f7982ae9bc15ba30f2a2ee3f174 --- M includes/Revision.php M includes/specials/SpecialUndelete.php 2 files changed, 7 insertions(+), 2 deletions(-) Approvals: Reedy: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/31256 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I796fe54e81773f7982ae9bc15ba30f2a2ee3f174 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: wmf/1.21wmf3 Gerrit-Owner: Reedy <[email protected]> Gerrit-Reviewer: Daniel Kinzler <[email protected]> Gerrit-Reviewer: Reedy <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
