Index: trunk/extensions/SubPageList3/SubPageList3.php |
— | — | @@ -502,8 +502,7 @@ |
503 | 503 | */ |
504 | 504 | function parse( $text ) { |
505 | 505 | wfProfileIn( __METHOD__ ); |
506 | | - $options = $this->parser->mOptions; |
507 | | - $output = $this->parser->parse( $text, $this->title, $options, true, false ); |
| 506 | + $output = $this->parser->recursiveTagParse( $text ); |
508 | 507 | wfProfileOut( __METHOD__ ); |
509 | 508 | return $output->getText(); |
510 | 509 | } |