r109338 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109337‎ | r109338 | r109339 >
Date:07:52, 18 January 2012
Author:raindrift
Status:ok
Tags:
Comment:
wrong page name in parent constructor
followup to r109337
Modified paths:
  • /trunk/extensions/CongressLookup/SpecialCongressFail.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CongressLookup/SpecialCongressFail.php
@@ -9,7 +9,7 @@
1010 * @param $par is everything in the URL after Special:CongressFail
1111 */
1212 public function __construct( $request = null, $par = null ) {
13 - parent::__construct( 'SpecialCongressFail' );
 13+ parent::__construct( 'CongressFail' );
1414 }
1515
1616 public function execute( $subPage ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r109337adding stub special page for recording errorsraindrift07:46, 18 January 2012

Status & tagging log