https://bugzilla.wikimedia.org/show_bug.cgi?id=27763

           Summary: Call to a member function getText() on a non-object in
                    includes/Article.php on line 4572
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: Page rendering
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: s...@reedyboy.net
                CC: agarr...@wikimedia.org


if ( $parserOutput === false ) {
            // Cache miss; parse and output it.
            $rev = Revision::newFromTitle( $this->getTitle(), $oldid );

            return $this->getOutputFromWikitext( $rev->getText(),
$useParserCache );
        } else {
            return $parserOutput;
        }


$rev isn't checked to be defined. Seemingly LQT related..

-rakkaus/#mediawiki-i18n- [27-Feb-2011 15:25:03] PHP Fatal error:  Call to a
member function getText() on a non-object in /www/w/includes/Article.php on
line 4572

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to