www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 7c081170d51d4c88de2324b959cb5d51b6f7f936
parent 63c90f2ae71c9143ebf7f3178720a97b89a97e51
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sun, 16 Nov 2008 13:36:59 +0000

Fix error replacing non-empty export directory


Diffstat:
Mchrome/content/zotero/xpcom/translate.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/translate.js b/chrome/content/zotero/xpcom/translate.js @@ -1897,7 +1897,7 @@ Zotero.Translate.prototype._export = function() { // delete this file if it exists if(this.location.exists()) { - this.location.remove(false); + this.location.remove(true); } // get name