Replace deprecated Title::escapeFullURL call

Change-Id: Ib5cf73ca6ecb1ea10ddbebf9cec6ee9973c72a7a
This commit is contained in:
umherirrender 2014-06-28 08:21:42 +02:00
parent 12596027a9
commit 4c1935d888

View file

@ -224,7 +224,7 @@ class Vote {
// not require them to log in!
$login = SpecialPage::getTitleFor( 'Userlogin' );
$output .= '<a class="votebutton" href="' .
$login->escapeFullURL() . '" rel="nofollow">' .
htmlspecialchars( $login->getFullURL() ) . '" rel="nofollow">' .
wfMsg( 'voteny-link' ) . '</a>';
} else {
if( !wfReadOnly() ) {