From 4face2f2dcee4ddd40bfbaf6cd066500b72b5540 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 10 Feb 2014 08:44:46 -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 3acdd4cbe1..f1dd193351 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);