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 @@
188188 $wgArticlePath = false;
189189
190190 /**
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
192192 */
193193 $wgUploadPath = false;
194194

Status & tagging log