From 0a20e740f958840357c52da47f3bb627a6037dbb Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 2 Feb 2012 20:33:54 +0000 Subject: bug fix: avoid Javascript errors on uploadify-check-existing.php git-svn-id: http://piwigo.org/svn/trunk@13018 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/photos_add_direct.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'admin/themes') diff --git a/admin/themes/default/template/photos_add_direct.tpl b/admin/themes/default/template/photos_add_direct.tpl index ab0fd7b05..e996cabd1 100644 --- a/admin/themes/default/template/photos_add_direct.tpl +++ b/admin/themes/default/template/photos_add_direct.tpl @@ -198,6 +198,7 @@ var sizeLimit = Math.round({$upload_max_filesize} / 1024); /* in KBytes */ 'uploader' : uploadify_path + '/uploadify.php', 'langFile' : uploadify_path + '/uploadifyLang_en.js', 'swf' : uploadify_path + '/uploadify.swf', + 'checkExisting' : false, buttonCursor : 'pointer', 'buttonText' : buttonText, -- cgit v1.2.3