Index: SpecialAllpages.php =================================================================== RCS file: /cvsroot/wikipedia/phase3/includes/SpecialAllpages.php,v retrieving revision 1.44 diff -u -r1.44 SpecialAllpages.php --- SpecialAllpages.php 6 May 2005 05:48:57 -0000 1.44 +++ SpecialAllpages.php 7 May 2005 07:33:09 -0000 @@ -258,8 +258,8 @@ if( $t ) { $ns = $s->page_namespace; $s = $invert && $namespaces[$ns] != $wgContLang->getNsText(NS_MAIN) ? ':' : ''; - $n = $invert ? $namespaces[$ns] : ''; - $link = $sk->makeKnownLinkObj( $t, $t->getText(), false, false, $n . $s ); + $usedNamespace = $invert ? $namespaces[$ns] : ''; + $link = $sk->makeKnownLinkObj( $t, $t->getText(), false, false, $usedNamespace . $s ); } else { $link = '[[' . htmlspecialchars( $s->page_title ) . ']]'; }