From c4529589e7e56ce019047e850e67f678a966d504 Mon Sep 17 00:00:00 2001 From: Platonides Date: Wed, 21 Jul 2010 21:54:46 +0000 Subject: [PATCH] Follow up r69516. Hardcode $wgVectorExtraStyles to the vector folder. --- skins/Vector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/Vector.php b/skins/Vector.php index f59f71dba8..496f872fd6 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -59,7 +59,7 @@ class SkinVector extends SkinTemplate { // THIS IS ONLY USEFUL FOR EXPERIMENTING WITH DIFFERNT STYLE OPTIONS! THIS WILL BE REMOVED IN THE NEAR FUTURE. if ( is_array( $wgVectorExtraStyles ) ) { foreach ( $wgVectorExtraStyles as $style ) { - $out->addStyle( "{$this->stylename}/$style", 'screen' ); + $out->addStyle( "vector/$style", 'screen' ); } } } -- 2.20.1