r98963 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98962‎ | r98963 | r98964 >
Date:00:45, 5 October 2011
Author:reedy
Status:ok
Tags:
Comment:
Call to undefined method CologneBlueTemplate::getInternalLinkAttributes() in /usr/local/apache/common-local/php-1.18/includes/SkinLegacy.php on line 487
Modified paths:
  • /trunk/phase3/includes/SkinLegacy.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SkinLegacy.php
@@ -66,10 +66,10 @@
6767 }
6868
6969 class LegacyTemplate extends BaseTemplate {
70 -
 70+
7171 // How many search boxes have we made? Avoid duplicate id's.
7272 protected $searchboxes = '';
73 -
 73+
7474 function execute() {
7575 $this->html( 'headelement' );
7676 echo $this->beforeContent();
@@ -80,7 +80,7 @@
8181 $this->printTrail();
8282 echo "\n</body></html>";
8383 }
84 -
 84+
8585 /**
8686 * This will be called immediately after the <body> tag. Split into
8787 * two functions to make it easier to subclass.
@@ -486,7 +486,7 @@
487487
488488 if ( $image ) {
489489 $link = htmlspecialchars( $image->getURL() );
490 - $style = $this->getInternalLinkAttributes( $link, $name );
 490+ $style = Linker::getInternalLinkAttributes( $link, $name );
491491 $s[] = "<a href=\"{$link}\"{$style}>{$name}</a>";
492492 }
493493 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r98964MFT r98963reedy00:46, 5 October 2011

Status & tagging log