* Redundant parenthesis
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Wed, 12 Oct 2005 08:35:58 +0000 (08:35 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Wed, 12 Oct 2005 08:35:58 +0000 (08:35 +0000)
includes/Skin.php

index 7363719..eb8a7e2 100644 (file)
@@ -1341,7 +1341,7 @@ END;
                                                'text' => $text,
                                                'href' => $href,
                                                'id' => 'n-' . strtr($line[1], ' ', '-'),
-                                               'active' => ( $pageurl == $href )
+                                               'active' => $pageurl == $href
                                        );
                                } else { continue; }
                        }