r87827 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87826‎ | r87827 | r87828 >
Date:16:44, 10 May 2011
Author:maxsem
Status:deferred
Tags:
Comment:
Strict Standards: Declaration of SpecialProcessComment::execute() should be compatible with that of SpecialPage::execute()
Modified paths:
  • /trunk/extensions/ArticleComments/ArticleComments.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleComments/ArticleComments.php
@@ -363,7 +363,7 @@
364364 parent::__construct( 'ProcessComment' );
365365 }
366366
367 - function execute() {
 367+ function execute( $par ) {
368368 global $wgOut, $wgParser, $wgUser, $wgContLang, $wgRequest;
369369
370370 # Retrieve submitted values

Status & tagging log