r92363 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92362‎ | r92363 | r92364 >
Date:16:02, 16 July 2011
Author:robin
Status:ok
Tags:
Comment:
Follow-up r92358: per Jack Phoenix, add default parameter for execute() even if it's not used
Modified paths:
  • /trunk/extensions/WikimediaIncubator/SpecialMyMainPage.php (modified) (history)

Diff [purge]

Index: trunk/extensions/WikimediaIncubator/SpecialMyMainPage.php
@@ -14,7 +14,7 @@
1515 parent::__construct( 'MyMainPage' );
1616 }
1717
18 - public function execute() {
 18+ public function execute( $par ) {
1919 global $wgOut;
2020
2121 $title = '';

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r92358Add a simple special page that goes to the main page of your test wiki.robin14:51, 16 July 2011

Status & tagging log