r50140 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r50139
|
r50140
|
r50141
>
Date:
20:51, 2 May 2009
Author:
demon
Status:
ok
Tags:
Comment:
Slight tweak to
r50137
: don't need to include HttpFunctions, it should already be loaded.
Modified paths:
/trunk/extensions/TSPoll/TSPoll.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/TSPoll/TSPoll.php
—
—
@@ -41,7 +41,6 @@
42
42
}
43
43
44
44
$wgExtensionMessagesFiles['TSPoll'] = dirname( __FILE__ ) . '/TSPoll.i18n.php';
45
-include_once($IP.'/includes/HttpFunctions.php');
46
45
47
46
function efTSPollSetup() {
48
47
global $wgParser;
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r50137
Change to MediaWiki http function
jan
17:13, 2 May 2009
Status & tagging log
16:15, 19 May 2009
Tim Starling
(
talk
|
contribs
)
changed the
status
of r50140
[
removed:
new
added:
ok]
22:25, 3 May 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r50140
[
removed:
new
added:
deferred]