http://www.mediawiki.org/wiki/Special:Code/MediaWiki/73390

Revision: 73390
Author:   maxsem
Date:     2010-09-20 18:46:13 +0000 (Mon, 20 Sep 2010)

Log Message:
-----------
Fixed skin name from r73389

Modified Paths:
--------------
    trunk/extensions/Vector/Vector.hooks.php

Modified: trunk/extensions/Vector/Vector.hooks.php
===================================================================
--- trunk/extensions/Vector/Vector.hooks.php    2010-09-20 18:41:12 UTC (rev 
73389)
+++ trunk/extensions/Vector/Vector.hooks.php    2010-09-20 18:46:13 UTC (rev 
73390)
@@ -141,7 +141,7 @@
         * @param $skin Skin current skin
         */
        public static function beforePageDisplay( $out, $skin ) {
-               if ( $skin instanceof VectorSkin ) {
+               if ( $skin instanceof SkinVector ) {
                        // Add modules for enabled features
                        foreach ( self::$features as $name => $feature ) {
                                if ( isset( $feature['modules'] ) && 
self::isEnabled( $name ) ) {



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to