r76633 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76632‎ | r76633 | r76634 >
Date:17:22, 13 November 2010
Author:ialex
Status:ok
Tags:
Comment:
* (bug 25908) OutputPage::getHeadLinks() now requires a Skin object as first parameter
Modified paths:
  • /trunk/phase3/includes/SkinTemplate.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SkinTemplate.php
@@ -217,7 +217,7 @@
218218 $tpl->setRef( 'xhtmldefaultnamespace', $wgXhtmlDefaultNamespace );
219219 $tpl->set( 'xhtmlnamespaces', $wgXhtmlNamespaces );
220220 $tpl->set( 'html5version', $wgHtml5Version );
221 - $tpl->set( 'headlinks', $out->getHeadLinks( $this->getSkinName() ) );
 221+ $tpl->set( 'headlinks', $out->getHeadLinks( $this ) );
222222 $tpl->set( 'csslinks', $out->buildCssLinks() );
223223
224224 if( $wgUseTrackbacks && $out->isArticleRelated() ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r76663Follow-up r76633: change function signature so that it's easier to track the ...ialex18:58, 14 November 2010

Status & tagging log