From: Lisa Ridley Date: Tue, 23 Mar 2010 19:14:46 +0000 (+0000) Subject: Well, let's try that again - fixing additional copy/paste error with Vector skin X-Git-Tag: 1.31.0-rc.0~37377 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22calendrier%22%2C%22type=semaine%22%29%20.%20%22?a=commitdiff_plain;h=63124c2b981b25c84592246c38fe359b55caf7bb;p=lhc%2Fweb%2Fwiklou.git Well, let's try that again - fixing additional copy/paste error with Vector skin --- diff --git a/skins/Vector.php b/skins/Vector.php index 5b1587abdf..a4381a5cb0 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( 'origins/' . $style, 'screen' ); + $out->addStyle( 'vector /' . $style, 'screen' ); } } }