Index: trunk/extensions/GlobalUsage/SpecialGlobalUsage.php |
— | — | @@ -43,7 +43,7 @@ |
44 | 44 | global $wgScript, $wgOut; |
45 | 45 | |
46 | 46 | $html = Xml::openElement( 'form', array( 'action' => $wgScript ) ) . "\n"; |
47 | | - $html .= Xml::hidden( 'title', $this->getPrefixedTitle()->getText() ) . "\n"; |
| 47 | + $html .= Xml::hidden( 'title', $this->getTitle()->getPrefixedText() ) . "\n"; |
48 | 48 | $formContent = "\t" . Xml::input( 'target', 40, is_null( $this->target ) ? '' |
49 | 49 | : $this->target->getText() ) |
50 | 50 | . "\n\t" . Xml::element( 'input', array( |