r93289 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93288‎ | r93289 | r93290 >
Date:17:27, 27 July 2011
Author:robin
Status:ok
Tags:
Comment:
(from trunk r93288) fix Fatal error: Call to undefined method CologneBlueTemplate::makeExternalLink()
Modified paths:
  • /branches/REL1_18/phase3/includes/SkinLegacy.php (modified) (history)

Diff [purge]

Index: branches/REL1_18/phase3/includes/SkinLegacy.php
@@ -876,7 +876,7 @@
877877
878878 if ( $wgUploadNavigationUrl ) {
879879 # Using an empty class attribute to avoid automatic setting of "external" class
880 - return $this->makeExternalLink( $wgUploadNavigationUrl, wfMsgHtml( 'upload' ), false, null, array( 'class' => '' ) );
 880+ return Linker::makeExternalLink( $wgUploadNavigationUrl, wfMsgHtml( 'upload' ), false, null, array( 'class' => '' ) );
881881 } else {
882882 return $this->getSkin()->link(
883883 SpecialPage::getTitleFor( 'Upload' ),

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r93288SkinLegacy:...robin17:20, 27 July 2011

Status & tagging log