follow up r61101, fix cut-n-paste error
authorMark A. Hershberger <mah@users.mediawiki.org>
Fri, 15 Jan 2010 19:48:34 +0000 (19:48 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Fri, 15 Jan 2010 19:48:34 +0000 (19:48 +0000)
includes/parser/ParserOutput.php

index 2350118..56fca3a 100644 (file)
@@ -187,7 +187,7 @@ class ParserOutput
         * @return string
         */
        public function getDisplayTitle() {
-               $t = $this->getTitleText( $text );
+               $t = $this->getTitleText( );
                if( $t === '' ) {
                        return false;
                }