diff --git a/main/document/edit_paint.php b/main/document/edit_paint.php index 80adae9b29..8707ccfc33 100644 --- a/main/document/edit_paint.php +++ b/main/document/edit_paint.php @@ -177,7 +177,7 @@ if (!file_exists($temp_folder)) { } //make htaccess with allow from all, and file index.html into temp/images -$htaccess=api_get_path(SYS_ARCHIVE_PATH).'temp/images/.htacess'; +$htaccess=api_get_path(SYS_ARCHIVE_PATH).'temp/images/.htaccess'; if (!file_exists($htaccess)) { $htaccess_content="order deny,allow\r\nallow from all\r\nOptions -Indexes";