r76663 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76662‎ | r76663 | r76664 >
Date:18:58, 14 November 2010
Author:ialex
Status:ok
Tags:
Comment:
Follow-up r76633: change function signature so that it's easier to track the problem
Modified paths:
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputPage.php
@@ -2506,7 +2506,7 @@
25072507 /**
25082508 * @return string HTML tag links to be put in the header.
25092509 */
2510 - public function getHeadLinks( $sk ) {
 2510+ public function getHeadLinks( Skin $sk ) {
25112511 global $wgFeed;
25122512
25132513 // Ideally this should happen earlier, somewhere. :P

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r76633* (bug 25908) OutputPage::getHeadLinks() now requires a Skin object as first ...ialex17:22, 13 November 2010

Status & tagging log