From c9eb3471cf98bba0eace3653a671ff1dc2b4a90c Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 10 Feb 2014 08:58:29 -0500 Subject: [PATCH] Indentation --- main/inc/lib/fileUpload.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/inc/lib/fileUpload.lib.php b/main/inc/lib/fileUpload.lib.php index f1dd193351..df8fe873e5 100644 --- a/main/inc/lib/fileUpload.lib.php +++ b/main/inc/lib/fileUpload.lib.php @@ -260,7 +260,7 @@ function handle_uploaded_document( switch ($what_if_file_exists) { // Overwrite the file if it exists case 'overwrite': - // Check if the target file exists, so we can give another message + // Check if the target file exists, so we can give another message $file_exists = file_exists($store_path); if (@move_uploaded_file($uploaded_file['tmp_name'], $store_path)) { chmod($store_path, $files_perm);