Index: trunk/phase3/includes/Skin.php |
— | — | @@ -1199,7 +1199,7 @@ |
1200 | 1200 | #$s[] = $this->specialPagesList(); |
1201 | 1201 | |
1202 | 1202 | if( $this->variantLinks() ) { |
1203 | | - $s = $this->variantLinks(); |
| 1203 | + $s[] = $this->variantLinks(); |
1204 | 1204 | } |
1205 | 1205 | |
1206 | 1206 | if( $this->extensionTabLinks() ) { |