Index: branches/wmf/1.18wmf1/includes/SkinLegacy.php |
— | — | @@ -484,7 +484,7 @@ |
485 | 485 | |
486 | 486 | if ( $image ) { |
487 | 487 | $link = htmlspecialchars( $image->getURL() ); |
488 | | - $style = $this->getInternalLinkAttributes( $link, $name ); |
| 488 | + $style = Linker::getInternalLinkAttributes( $link, $name ); |
489 | 489 | $s[] = "<a href=\"{$link}\"{$style}>{$name}</a>"; |
490 | 490 | } |
491 | 491 | } |