Aaron Schulz has submitted this change and it was merged.
Change subject: Revert "Call loadFromRow() as needed in Title::moveToInternal."
......................................................................
Revert "Call loadFromRow() as needed in Title::moveToInternal."
Seeing if this is related to the continuing page move breakage that affect some
users and not others.
This reverts commit cef327e945e2593fe0291880a7d1976cc5a2f248
Change-Id: I3554c59a3ecf8b24db0d966c72a504e381a08fa1
---
M includes/Title.php
1 file changed, 0 insertions(+), 1 deletion(-)
Approvals:
Aaron Schulz: Verified; Looks good to me, approved
diff --git a/includes/Title.php b/includes/Title.php
index 9c7a931..e81023a 100644
--- a/includes/Title.php
+++ b/includes/Title.php
@@ -3855,7 +3855,6 @@
WikiPage::onArticleDelete( $this );
} else {
$redirectArticle = WikiPage::factory( $this );
- $redirectArticle->loadFromRow( false,
WikiPage::READ_LOCKING ); // bug 46397
$newid = $redirectArticle->insertOn( $dbw );
if ( $newid ) { // sanity
$redirectRevision = new Revision( array(
--
To view, visit https://gerrit.wikimedia.org/r/55382
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I3554c59a3ecf8b24db0d966c72a504e381a08fa1
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/core
Gerrit-Branch: wmf/1.21wmf12
Gerrit-Owner: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Aaron Schulz <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits