diff options
author | John McLear <john@mclear.co.uk> | 2014-05-07 15:17:14 +0100 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2014-05-07 15:17:14 +0100 |
commit | 69ba3cc104e919ef51bc619e3b8a1630b3f11616 (patch) | |
tree | 705032e1cc570c60be3a63e0f1a4cc12af4a89ea /src/node/handler/ImportHandler.js | |
parent | a8d9a3868d9e2d2319f62bf19e9906947fae726a (diff) | |
download | etherpad-lite-69ba3cc104e919ef51bc619e3b8a1630b3f11616.zip |
remove eplite add etherpad
Diffstat (limited to 'src/node/handler/ImportHandler.js')
-rw-r--r-- | src/node/handler/ImportHandler.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/handler/ImportHandler.js b/src/node/handler/ImportHandler.js index f58076bb..15463789 100644 --- a/src/node/handler/ImportHandler.js +++ b/src/node/handler/ImportHandler.js @@ -98,7 +98,7 @@ exports.doImport = function(req, res, padId) } }, function(callback){ - destFile = path.join(tmpDirectory, "eplite_import_" + randNum + ".htm"); + destFile = path.join(tmpDirectory, "etherpad_import_" + randNum + ".htm"); // Logic for allowing external Import Plugins hooks.aCallAll("import", {srcFile: srcFile, destFile: destFile}, function(err, result){ |