Index: trunk/extensions/ArticleComments/ArticleComments.php |
— | — | @@ -363,7 +363,7 @@ |
364 | 364 | parent::__construct( 'ProcessComment' ); |
365 | 365 | } |
366 | 366 | |
367 | | - function execute() { |
| 367 | + function execute( $par ) { |
368 | 368 | global $wgOut, $wgParser, $wgUser, $wgContLang, $wgRequest; |
369 | 369 | |
370 | 370 | # Retrieve submitted values |