r110398 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110397‎ | r110398 | r110399 >
Date:16:12, 31 January 2012
Author:gregchiasson
Status:ok
Tags:aft 
Comment:
AFT5 remove unused global variables on special page per comments on r109645.
Modified paths:
  • /trunk/extensions/ArticleFeedbackv5/api/ApiViewFeedbackArticleFeedbackv5.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedbackv5/api/ApiViewFeedbackArticleFeedbackv5.php
@@ -295,7 +295,7 @@
296296 }
297297
298298 protected function renderFeedback( $record ) {
299 - global $wgArticlePath, $wgUser, $wgLang;
 299+ global $wgUser;
300300 $id = $record[0]->af_id;
301301
302302 switch( $record[0]->af_bucket_id ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r109645AFT5 feedback page- Remove extra title line, make permalink changes as reques...gregchiasson21:01, 20 January 2012

Status & tagging log