r104490 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104489‎ | r104490 | r104491 >
Date:21:09, 28 November 2011
Author:reedy
Status:ok
Tags:
Comment:
Modified paths:
  • /branches/wmf/1.18wmf1/extensions (modified) (history)
  • /branches/wmf/1.18wmf1/extensions/CentralAuth (modified) (history)
  • /branches/wmf/1.18wmf1/extensions/CentralAuth/specials/SpecialCentralAuth.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/extensions/CentralAuth/specials/SpecialCentralAuth.php
@@ -464,7 +464,7 @@
465465 }
466466 }
467467
468 - $url = $wiki->getUrl( $title );
 468+ $url = $wiki->getFullUrl( $title );
469469 if ( $params )
470470 $url .= '?' . $params;
471471 return Xml::element( 'a',
Property changes on: branches/wmf/1.18wmf1/extensions/CentralAuth
___________________________________________________________________
Modified: svn:mergeinfo
472472 Merged /trunk/extensions/CentralAuth:r104337
Property changes on: branches/wmf/1.18wmf1/extensions
___________________________________________________________________
Modified: svn:mergeinfo
473473 Merged /trunk/extensions:r104337

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r104337Change getUrl to getFullUrl (due to r98745), so it uses protocol-relative URLsrobin15:04, 27 November 2011

Status & tagging log