01tonythomas has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/202678

Change subject: Removed unused variable $time from OAuthListConsumers
......................................................................

Removed unused variable $time from OAuthListConsumers

Change-Id: Ie774e508d155fd7f8b6513d2904ce9fd54583455
---
M frontend/specialpages/SpecialMWOAuthListConsumers.php
1 file changed, 1 insertion(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/OAuth 
refs/changes/78/202678/1

diff --git a/frontend/specialpages/SpecialMWOAuthListConsumers.php 
b/frontend/specialpages/SpecialMWOAuthListConsumers.php
index 1116695..b1b6232 100644
--- a/frontend/specialpages/SpecialMWOAuthListConsumers.php
+++ b/frontend/specialpages/SpecialMWOAuthListConsumers.php
@@ -256,10 +256,7 @@
                        );
                }
                $links = $this->getLanguage()->pipeList( $links );
-
-               $time = $this->getLanguage()->timeanddate(
-                       wfTimestamp( TS_MW, $cmr->get( 'registration' ) ), true 
);
-
+               
                $encStageKey = htmlspecialchars( $stageKey ); // sanity
                $r = "<li class=\"mw-mwoauthlistconsumers-{$encStageKey}\">";
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie774e508d155fd7f8b6513d2904ce9fd54583455
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/OAuth
Gerrit-Branch: master
Gerrit-Owner: 01tonythomas <01tonytho...@gmail.com>

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

Reply via email to