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

Revision: 73296
Author:   robin
Date:     2010-09-18 17:18:40 +0000 (Sat, 18 Sep 2010)

Log Message:
-----------
getHeadLinks() requires a skin parameter (added in r72349 for 
makeResourceLoaderLink(), although that parameter is not used there)

Modified Paths:
--------------
    trunk/phase3/includes/SkinTemplate.php

Modified: trunk/phase3/includes/SkinTemplate.php
===================================================================
--- trunk/phase3/includes/SkinTemplate.php      2010-09-18 16:03:00 UTC (rev 
73295)
+++ trunk/phase3/includes/SkinTemplate.php      2010-09-18 17:18:40 UTC (rev 
73296)
@@ -217,7 +217,7 @@
                        $tpl->setRef( 'xhtmldefaultnamespace', 
$wgXhtmlDefaultNamespace );
                        $tpl->set( 'xhtmlnamespaces', $wgXhtmlNamespaces );
                        $tpl->set( 'html5version', $wgHtml5Version );
-                       $tpl->set( 'headlinks', $out->getHeadLinks() );
+                       $tpl->set( 'headlinks', $out->getHeadLinks( 
$this->getSkinName() ) );
                        $tpl->set( 'csslinks', $out->buildCssLinks() );
 
                        if( $wgUseTrackbacks && $out->isArticleRelated() ) {



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

Reply via email to