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

--- Comment #2 from Reedy <[email protected]> 2011-06-05 16:15:49 UTC ---
            if ( $this->parseContent ) {
                $articleObj = new Article( $title );

                $p_result = $articleObj->getParserOutput();
                $text = $p_result->getText();
            }

That overrides the section text already pulled in

            if ( $this->section !== false ) {
                $text = $wgParser->getSection( $text, $this->section, false );
                if ( $text === false ) {
                    $this->dieUsage( "There is no section {$this->section} in
r" . $revision->getId(), 'nosuchsection' );
                }
            }


I think this has never actually worked since introduction in r75266

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

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to