From ee4a70eaba6709a5fbbf29bc745f9ec04076e427 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Mon, 23 Jul 2012 18:07:11 +0200 Subject: [PATCH] Fixing typo --- main/document/edit_paint.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";