From: Brion Vibber Date: Wed, 18 Feb 2009 06:22:38 +0000 (+0000) Subject: Fix borkage with variant links in old top links X-Git-Tag: 1.31.0-rc.0~42811 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/%7B%24conf-%3EScriptPath%7D//%27?a=commitdiff_plain;h=3a0adf1ee290759f3a2d874ccc6dd336f1826d7f;p=lhc%2Fweb%2Fwiklou.git Fix borkage with variant links in old top links --- diff --git a/includes/Skin.php b/includes/Skin.php index f5217cd009..a543023a88 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -1199,7 +1199,7 @@ END; #$s[] = $this->specialPagesList(); if( $this->variantLinks() ) { - $s = $this->variantLinks(); + $s[] = $this->variantLinks(); } if( $this->extensionTabLinks() ) {