r77415 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77414‎ | r77415 | r77416 >
Date:00:41, 29 November 2010
Author:reedy
Status:ok
Tags:
Comment:
Followup r77393, restore commented variable in SpecialPrefixindex as the variable is mentioned in a fixme comment below
Modified paths:
  • /trunk/phase3/includes/specials/SpecialPrefixindex.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialPrefixindex.php
@@ -128,7 +128,7 @@
129129 $namespace = NS_MAIN;
130130 } else {
131131 list( $namespace, $prefixKey, $prefix ) = $prefixList;
132 - list( , $fromKey, ) = $fromList;
 132+ list( /* $fromNS */, $fromKey, ) = $fromList;
133133
134134 ### FIXME: should complain if $fromNs != $namespace
135135

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r77393Remove some unused variables and globalsreedy16:13, 28 November 2010

Status & tagging log