From 96bcae9729f6d52340622a9b4acfebd0b0a69ba6 Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Fri, 15 Jan 2010 19:48:34 +0000 Subject: [PATCH] follow up r61101, fix cut-n-paste error --- includes/parser/ParserOutput.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/parser/ParserOutput.php b/includes/parser/ParserOutput.php index 235011859e..56fca3ad5b 100644 --- a/includes/parser/ParserOutput.php +++ b/includes/parser/ParserOutput.php @@ -187,7 +187,7 @@ class ParserOutput * @return string */ public function getDisplayTitle() { - $t = $this->getTitleText( $text ); + $t = $this->getTitleText( ); if( $t === '' ) { return false; } -- 2.20.1