Index: trunk/phase3/includes/specials/SpecialWithoutinterwiki.php |
— | — | @@ -49,9 +49,9 @@ |
50 | 50 | } |
51 | 51 | |
52 | 52 | $prefix = $this->prefix; |
53 | | - $t = SpecialPage::getTitleFor( $this->name() ); |
| 53 | + $t = $this->getTitle(); |
54 | 54 | |
55 | | - return Xml::openElement( 'form', array( 'method' => 'get', 'action' => $wgScript ) ) . |
| 55 | + return Xml::openElement( 'form', array( 'method' => 'get', 'action' => $wgScript ) ) . |
56 | 56 | Xml::openElement( 'fieldset' ) . |
57 | 57 | Xml::element( 'legend', null, wfMsg( 'withoutinterwiki-legend' ) ) . |
58 | 58 | Html::hidden( 'title', $t->getPrefixedText() ) . |