r71458 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71457‎ | r71458 | r71459 >
Date:01:55, 23 August 2010
Author:demon
Status:ok
Tags:
Comment:
Comment adjustment
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -2180,7 +2180,7 @@
21812181 if( function_exists( 'sys_get_temp_dir' ) ) {
21822182 return sys_get_temp_dir();
21832183 }
2184 - # Hope this is Unix of some kind!
 2184+ # Usual defaults
21852185 return wfIsWindows() ? 'C:\Windows\Temp' : '/tmp';
21862186 }
21872187

Status & tagging log