r95812 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r95811
|
r95812
|
r95813
>
Date:
20:53, 30 August 2011
Author:
demon
Status:
ok
Tags:
Comment:
Prefix extensions with $IP. Followup
r94107
(grumble grumble about people fixmeing rather than doing the 4 character fix themselves...)
Modified paths:
/trunk/phase3/includes/installer/LocalSettingsGenerator.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/installer/LocalSettingsGenerator.php
—
—
@@ -129,7 +129,7 @@
130
130
131
131
foreach( $this->extensions as $extName ) {
132
132
$encExtName = self::escapePhpString( $extName );
133
- $localSettings .= "require_once( \"extensions/$encExtName/$encExtName.php\" );\n";
133
+ $localSettings .= "require_once( \"\$IP/extensions/$encExtName/$encExtName.php\" );\n";
134
134
}
135
135
}
136
136
Follow-up revisions
Revision
Commit summary
Author
Date
r96088
MFT to REL1_18...
hashar
10:53, 2 September 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r94107
(
bug 30264
) MediaWiki installer uses require, de facto is require_once
demon
13:59, 9 August 2011
Status & tagging log
10:54, 2 September 2011
Hashar
(
talk
|
contribs
)
changed the
tags
for r95812
[
removed:
1.18]
10:32, 2 September 2011
Hashar
(
talk
|
contribs
)
changed the
tags
for r95812
[
added:
1.18]
21:37, 30 August 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r95812
[
removed:
new
added:
ok]