Index: branches/REL1_18/phase3/includes/SkinLegacy.php |
— | — | @@ -876,7 +876,7 @@ |
877 | 877 | |
878 | 878 | if ( $wgUploadNavigationUrl ) { |
879 | 879 | # 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' => '' ) ); |
881 | 881 | } else { |
882 | 882 | return $this->getSkin()->link( |
883 | 883 | SpecialPage::getTitleFor( 'Upload' ), |