r81705 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r81704
|
r81705
|
r81706
>
Date:
10:09, 8 February 2011
Author:
brion
Status:
ok
Tags:
Comment:
Fix use of old-style constructor, broken due to
r71961
tweaks
Modified paths:
/trunk/extensions/OAI/OAIRepo_body.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/OAI/OAIRepo_body.php
—
—
@@ -17,7 +17,7 @@
18
18
19
19
class SpecialOAIRepository extends UnlistedSpecialPage {
20
20
function __construct() {
21
- parent::UnlistedSpecialPage( 'OAIRepository' );
21
+ parent::__construct( 'OAIRepository' );
22
22
}
23
23
24
24
function setHeaders() {
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r71961
Get rid of PHP4-style constructors
demon
16:52, 30 August 2010
Status & tagging log
22:34, 28 March 2011
😂
(
talk
|
contribs
)
changed the
status
of r81705
[
removed:
new
added:
ok]