r81704 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81703‎ | r81704 | r81705 >
Date:10:08, 8 February 2011
Author:brion
Status:ok
Tags:
Comment:
Fix use of old-style constructor, broken due to r71961 tweaks
Modified paths:
  • /branches/wmf/1.17wmf1/extensions/OAI/OAIRepo_body.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/extensions/OAI/OAIRepo_body.php
@@ -17,7 +17,7 @@
1818
1919 class SpecialOAIRepository extends UnlistedSpecialPage {
2020 function __construct() {
21 - parent::UnlistedSpecialPage( 'OAIRepository' );
 21+ parent::__construct( 'OAIRepository' );
2222 }
2323
2424 function setHeaders() {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r71961Get rid of PHP4-style constructorsdemon16:52, 30 August 2010

Status & tagging log