Awjrichards has uploaded a new change for review.
https://gerrit.wikimedia.org/r/94074
Change subject: Change SpecialMobileUserlogin::executeWhenAvailable() back to
execute()
......................................................................
Change SpecialMobileUserlogin::executeWhenAvailable() back to execute()
When I updated the method names in b1dae4fc, I accidentally updated the
method name in SpecialMobileUserlogin even though it is not a child of
MobileSpecialPage. Oops! Thanks for catching this, jdlrobson.
Change-Id: If9125440fefc5c1d14149e03de082631728b68d6
---
M includes/specials/SpecialMobileUserlogin.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend
refs/changes/74/94074/1
diff --git a/includes/specials/SpecialMobileUserlogin.php
b/includes/specials/SpecialMobileUserlogin.php
index 83069e2..e62b3fd 100644
--- a/includes/specials/SpecialMobileUserlogin.php
+++ b/includes/specials/SpecialMobileUserlogin.php
@@ -2,7 +2,7 @@
class SpecialMobileUserlogin extends LoginForm {
- function executeWhenAvailable( $par ) {
+ function execute( $par ) {
if ( $this->getRequest()->getVal( 'type' ) == 'signup' ) {
$key = 'mobile-frontend-sign-up-heading';
} else {
--
To view, visit https://gerrit.wikimedia.org/r/94074
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If9125440fefc5c1d14149e03de082631728b68d6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Awjrichards <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits