r89714 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r89713
|
r89714
|
r89715
>
Date:
02:18, 8 June 2011
Author:
nagelp
Status:
ok
Tags:
Comment:
removing wfLoadExtensionMessages() call, backwards-compatibility not needed, since this extension does not work with <1.17b1 anyway
Modified paths:
/trunk/extensions/Notificator/SpecialNotificator.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Notificator/SpecialNotificator.php
—
—
@@ -9,7 +9,6 @@
10
10
11
11
function __construct() {
12
12
parent::__construct( 'Notificator' );
13
- wfLoadExtensionMessages('Notificator');
14
13
}
15
14
16
15
function execute($par) {
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r89637
Initial commit of new extension Notificator
nagelp
09:20, 7 June 2011
Status & tagging log
09:20, 20 June 2011
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r89714
[
removed:
deferred
added:
ok]
10:28, 8 June 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r89714
[
removed:
new
added:
deferred]