Index: trunk/extensions/News/NewsRenderer.php |
— | — | @@ -671,7 +671,7 @@ |
672 | 672 | $uniq_prefix = "\x07NR-UNIQ"; |
673 | 673 | |
674 | 674 | $matches = array(); |
675 | | - $text = $parser->extractTagsAndParams( $elements, $text, $matches, $uniq_prefix ); |
| 675 | + $text = Parser::extractTagsAndParams( $elements, $text, $matches, $uniq_prefix ); |
676 | 676 | |
677 | 677 | foreach( $matches as $marker => $data ) { |
678 | 678 | list( $element, $content, $params, $tag ) = $data; |