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 @@
15
15
parent::__construct( 'MyMainPage' );
16
16
}
17
17
18
- public function execute() {
18
+ public function execute( $par ) {
19
19
global $wgOut;
20
20
21
21
$title = '';
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r92358
Add a simple special page that goes to the main page of your test wiki.
robin
14:51, 16 July 2011
Status & tagging log
16:05, 16 July 2011
Jack Phoenix
(
talk
|
contribs
)
changed the
status
of r92363
[
removed:
new
added:
ok]