r96808 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96807‎ | r96808 | r96809 >
Date:20:18, 11 September 2011
Author:reedy
Status:ok
Tags:
Comment:
* (bug 30853) OAIRepository uses old-style constructor (in 1.17 branch)
Modified paths:
  • /branches/REL1_17/extensions/OAI/OAIRepo_body.php (modified) (history)

Diff [purge]

Index: branches/REL1_17/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() {

Status & tagging log