Index: trunk/phase3/includes/ChangeTags.php |
— | — | @@ -173,7 +173,7 @@ |
174 | 174 | |
175 | 175 | $html = implode( ' ', $data ); |
176 | 176 | $html .= "\n" . Xml::element( 'input', array( 'type' => 'submit', 'value' => wfMsg( 'tag-filter-submit' ) ) ); |
177 | | - $html .= "\n" . Html::hidden( 'title', $title-> getPrefixedText() ); |
| 177 | + $html .= "\n" . Html::hidden( 'title', $title->getPrefixedText() ); |
178 | 178 | $html = Xml::tags( 'form', array( 'action' => $title->getLocalURL(), 'method' => 'get' ), $html ); |
179 | 179 | |
180 | 180 | return $html; |