r104149 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r104148
|
r104149
|
r104150
>
Date:
09:52, 24 November 2011
Author:
dantman
Status:
ok
Tags:
Comment:
Fix documentation for $wgUploadPath in DefaultSettings.php, it's $wgScriptPath/images not $IP/images for the url path.
Modified paths:
/trunk/phase3/includes/DefaultSettings.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/DefaultSettings.php
—
—
@@ -187,7 +187,7 @@
188
188
$wgArticlePath = false;
189
189
190
190
/**
191
- * The URL path for the images directory. Will default to "{$IP}/images" in Setup.php
191
+ * The URL path for the images directory. Will default to "{$wgScriptPath}/images" in Setup.php
192
192
*/
193
193
$wgUploadPath = false;
194
194
Status & tagging log
14:46, 1 December 2011
😂
(
talk
|
contribs
)
changed the
status
of r104149
[
removed:
new
added:
ok]