From 296d732bf41151cfb263004b885f2f5779ac8466 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Mon, 23 Aug 2010 01:55:16 +0000 Subject: [PATCH] Comment adjustment --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index e342fd1d3d..7152cf025b 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -2180,7 +2180,7 @@ function wfTempDir() { if( function_exists( 'sys_get_temp_dir' ) ) { return sys_get_temp_dir(); } - # Hope this is Unix of some kind! + # Usual defaults return wfIsWindows() ? 'C:\Windows\Temp' : '/tmp'; } -- 2.20.1