Gergő Tisza has uploaded a new change for review.
https://gerrit.wikimedia.org/r/299893
Change subject: SpecialGlobalRenameProgress: call prepareForm() before
displayForm()
......................................................................
SpecialGlobalRenameProgress: call prepareForm() before displayForm()
Idd5d117cb0dd started to enforce this.
Bug: T134439
Change-Id: If076b71f42567aca00e5e54d785bcd213ea19018
(cherry picked from commit 468fd66b25d92bfea0c632f06085eeaf5666ff5c)
---
M includes/specials/SpecialGlobalRenameProgress.php
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CentralAuth
refs/changes/93/299893/1
diff --git a/includes/specials/SpecialGlobalRenameProgress.php
b/includes/specials/SpecialGlobalRenameProgress.php
index ee7c2c8..05c4cf4 100644
--- a/includes/specials/SpecialGlobalRenameProgress.php
+++ b/includes/specials/SpecialGlobalRenameProgress.php
@@ -108,7 +108,7 @@
if ( !$names ) {
$this->checkCachePurge( $name );
$out->addWikiMsg( 'centralauth-rename-notinprogress',
$name );
- $this->getForm()->displayForm( false );
+ $this->getForm()->prepareForm()->displayForm( false );
$this->showLogExtract( $name );
return true;
}
@@ -117,7 +117,7 @@
$statuses = $this->renameuserStatus->getStatuses();
- $this->getForm()->displayForm( false );
+ $this->getForm()->prepareForm()->displayForm( false );
// $newname will always be defined since we check
// for 0 result rows above
$caUser = CentralAuthUser::getMasterInstanceByName( $newName );
--
To view, visit https://gerrit.wikimedia.org/r/299893
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If076b71f42567aca00e5e54d785bcd213ea19018
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: REL1_27
Gerrit-Owner: Gergő Tisza <[email protected]>
Gerrit-Reviewer: Glaisher <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits