Index: branches/wmf/1.18wmf1/extensions/CentralAuth/specials/SpecialCentralAuth.php |
— | — | @@ -464,7 +464,7 @@ |
465 | 465 | } |
466 | 466 | } |
467 | 467 | |
468 | | - $url = $wiki->getUrl( $title ); |
| 468 | + $url = $wiki->getFullUrl( $title ); |
469 | 469 | if ( $params ) |
470 | 470 | $url .= '?' . $params; |
471 | 471 | return Xml::element( 'a', |
Property changes on: branches/wmf/1.18wmf1/extensions/CentralAuth |
___________________________________________________________________ |
Modified: svn:mergeinfo |
472 | 472 | Merged /trunk/extensions/CentralAuth:r104337 |
Property changes on: branches/wmf/1.18wmf1/extensions |
___________________________________________________________________ |
Modified: svn:mergeinfo |
473 | 473 | Merged /trunk/extensions:r104337 |