From: Mark A. Hershberger Date: Fri, 15 Jan 2010 19:48:34 +0000 (+0000) Subject: follow up r61101, fix cut-n-paste error X-Git-Tag: 1.31.0-rc.0~38249 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=96bcae9729f6d52340622a9b4acfebd0b0a69ba6;p=lhc%2Fweb%2Fwiklou.git follow up r61101, fix cut-n-paste error --- 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; }