From 7a5c95416b249af0e9e905846725fe233d69fbee Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Wed, 5 Oct 2011 00:45:34 +0000 Subject: [PATCH] Call to undefined method CologneBlueTemplate::getInternalLinkAttributes() in /usr/local/apache/common-local/php-1.18/includes/SkinLegacy.php on line 487 --- includes/SkinLegacy.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/SkinLegacy.php b/includes/SkinLegacy.php index 665e9f8b7c..7ff5ded681 100644 --- a/includes/SkinLegacy.php +++ b/includes/SkinLegacy.php @@ -66,10 +66,10 @@ class SkinLegacy extends SkinTemplate { } class LegacyTemplate extends BaseTemplate { - + // How many search boxes have we made? Avoid duplicate id's. protected $searchboxes = ''; - + function execute() { $this->html( 'headelement' ); echo $this->beforeContent(); @@ -80,7 +80,7 @@ class LegacyTemplate extends BaseTemplate { $this->printTrail(); echo "\n"; } - + /** * This will be called immediately after the tag. Split into * two functions to make it easier to subclass. @@ -486,7 +486,7 @@ class LegacyTemplate extends BaseTemplate { if ( $image ) { $link = htmlspecialchars( $image->getURL() ); - $style = $this->getInternalLinkAttributes( $link, $name ); + $style = Linker::getInternalLinkAttributes( $link, $name ); $s[] = "{$name}"; } } -- 2.20.1