From: Sam Reed Date: Mon, 29 Nov 2010 00:41:56 +0000 (+0000) Subject: Followup r77393, restore commented variable in SpecialPrefixindex as the variable... X-Git-Tag: 1.31.0-rc.0~33692 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=3dec73f653a4c34791a0ac40376d46cd18f97498;p=lhc%2Fweb%2Fwiklou.git Followup r77393, restore commented variable in SpecialPrefixindex as the variable is mentioned in a fixme comment below --- diff --git a/includes/specials/SpecialPrefixindex.php b/includes/specials/SpecialPrefixindex.php index 1cdf6c5b3a..47aed804cf 100644 --- a/includes/specials/SpecialPrefixindex.php +++ b/includes/specials/SpecialPrefixindex.php @@ -128,7 +128,7 @@ class SpecialPrefixindex extends SpecialAllpages { $namespace = NS_MAIN; } else { list( $namespace, $prefixKey, $prefix ) = $prefixList; - list( , $fromKey, ) = $fromList; + list( /* $fromNS */, $fromKey, ) = $fromList; ### FIXME: should complain if $fromNs != $namespace