* Fixed $wgProfileToDatabase/$wgProfileCallTree interaction (later disabled the former)
[lhc/web/wiklou.git] / includes / Skin.php
index f5217cd..a543023 100644 (file)
@@ -1199,7 +1199,7 @@ END;
                #$s[] = $this->specialPagesList();
 
                if( $this->variantLinks() ) {
-                       $s = $this->variantLinks();
+                       $s[] = $this->variantLinks();
                }
 
                if( $this->extensionTabLinks() ) {