diff options
-rw-r--r-- | common/content/io.js | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/common/content/io.js b/common/content/io.js index 9feee498..b398626e 100644 --- a/common/content/io.js +++ b/common/content/io.js @@ -725,11 +725,7 @@ function IO() //{{{ file.append(tmpName); file.createUnique(Ci.nsIFile.NORMAL_FILE_TYPE, 0600); - if (file.exists()) - return file; - else - return null; // XXX - + return file; }, /** |