Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -2180,7 +2180,7 @@ |
2181 | 2181 | if( function_exists( 'sys_get_temp_dir' ) ) { |
2182 | 2182 | return sys_get_temp_dir(); |
2183 | 2183 | } |
2184 | | - # Hope this is Unix of some kind! |
| 2184 | + # Usual defaults |
2185 | 2185 | return wfIsWindows() ? 'C:\Windows\Temp' : '/tmp'; |
2186 | 2186 | } |
2187 | 2187 | |