We've currently some instructions to build Article instances:
// Update index data. $article = new Article( $nt ); if ( $article ) { self::updatePrIndex( $article ); }
We should create WikiPage instances instead.
See also 8f005496.
We've currently some instructions to build Article instances:
// Update index data. $article = new Article( $nt ); if ( $article ) { self::updatePrIndex( $article ); }
We should create WikiPage instances instead.
See also 8f005496.
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Use wikipage instead of article | mediawiki/extensions/ProofreadPage | master | +7 -7 |
Change 316331 had a related patch set (by Paladox) published:
Use wikipage instead of article