Legoktm has uploaded a new change for review.
https://gerrit.wikimedia.org/r/226702
Change subject: HTMLUserTextField: "else if" → "elseif"
......................................................................
HTMLUserTextField: "else if" → "elseif"
Change-Id: I4df7773f79ccb90e1eff5295b94a9f5dd4cd0097
---
M includes/htmlform/HTMLUserTextField.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/02/226702/1
diff --git a/includes/htmlform/HTMLUserTextField.php
b/includes/htmlform/HTMLUserTextField.php
index 9f7100f..949fefd 100644
--- a/includes/htmlform/HTMLUserTextField.php
+++ b/includes/htmlform/HTMLUserTextField.php
@@ -28,7 +28,7 @@
if ( !$user ) {
return $this->msg( 'htmlform-user-not-valid', $value
)->parse();
- } else if ( $this->mParams['exists'] && $user->getId() === 0 ) {
+ } elseif ( $this->mParams['exists'] && $user->getId() === 0 ) {
return $this->msg( 'htmlform-user-not-exists',
$user->getName() )->parse();
}
--
To view, visit https://gerrit.wikimedia.org/r/226702
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4df7773f79ccb90e1eff5295b94a9f5dd4cd0097
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits