r27843 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r27842
|
r27843
|
r27844
>
Date:
20:18, 25 November 2007
Author:
tlaqua
Status:
old
Tags:
Comment:
Moved call to parent::__construct below call to self::loadMessages - was throwing Bad Title error (it couldn't fine changeauthor-short in the message cache).
Modified paths:
/trunk/extensions/ChangeAuthor/ChangeAuthor.body.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/ChangeAuthor/ChangeAuthor.body.php
—
—
@@ -29,8 +29,8 @@
30
30
function __construct()
31
31
{
32
32
global $wgUser;
33
+ self::loadMessages();
33
34
parent::__construct(wfMsg('changeauthor-short'), 'changeauthor');
34
- self::loadMessages();
35
35
$this->selfTitle = Title::makeTitleSafe(NS_SPECIAL, wfMsg('changeauthor-short'));
36
36
$this->skin = $wgUser->getSkin();
37
37
}
Status & tagging log
15:22, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r27843
[
removed:
ok
added:
old]