jenkins-bot has submitted this change and it was merged.

Change subject: Fatal typo is fatal
......................................................................


Fatal typo is fatal

Change-Id: If283cc4354ca2402e186edd0765d243813f10b70
---
M LookupUser.body.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Umherirrender: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/LookupUser.body.php b/LookupUser.body.php
index 2844f59..82b0821 100644
--- a/LookupUser.body.php
+++ b/LookupUser.body.php
@@ -190,7 +190,7 @@
                        $out->addWikiText( '*' . $this->msg( 
'lookupuser-email', $email, $name )->text() );
                        $out->addWikiText( '*' . $this->msg( 
'lookupuser-realname', $user->getRealName() )->text() );
                        $out->addWikiText( '*' . $this->msg( 
'lookupuser-registration', $registration )->text() );
-                       $out->addWikiText( '*' . $this->msg( 
'lookupuser-touched', $lang->timeanddate( $user->mTouched ) ->text()) );
+                       $out->addWikiText( '*' . $this->msg( 
'lookupuser-touched', $lang->timeanddate( $user->mTouched ) )->text() );
                        $out->addWikiText( '*' . $this->msg( 
'lookupuser-info-authenticated', $authenticated )->text() );
                        $out->addWikiText( '*' . $this->msg( 
'lookupuser-useroptions' )->text() . '<br />' . $optionsString );
                }

-- 
To view, visit https://gerrit.wikimedia.org/r/267466
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If283cc4354ca2402e186edd0765d243813f10b70
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/LookupUser
Gerrit-Branch: master
Gerrit-Owner: Jack Phoenix <j...@countervandalism.net>
Gerrit-Reviewer: Umherirrender <umherirrender_de...@web.de>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to