Fix documentation for $wgUploadPath in DefaultSettings.php, it's $wgScriptPath/images...
authorDaniel Friesen <dantman@users.mediawiki.org>
Thu, 24 Nov 2011 09:52:46 +0000 (09:52 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Thu, 24 Nov 2011 09:52:46 +0000 (09:52 +0000)
includes/DefaultSettings.php

index 7ff3ce3..ffb55d4 100644 (file)
@@ -187,7 +187,7 @@ $wgStyleDirectory = false;
 $wgArticlePath      = false;
 
 /**
- * The URL path for the images directory. Will default to "{$IP}/images" in Setup.php
+ * The URL path for the images directory. Will default to "{$wgScriptPath}/images" in Setup.php
  */
 $wgUploadPath       = false;