Index: trunk/phase3/includes/parser/ParserOutput.php |
— | — | @@ -187,7 +187,7 @@ |
188 | 188 | * @return string |
189 | 189 | */ |
190 | 190 | public function getDisplayTitle() { |
191 | | - $t = $this->getTitleText( $text ); |
| 191 | + $t = $this->getTitleText( ); |
192 | 192 | if( $t === '' ) { |
193 | 193 | return false; |
194 | 194 | } |