remove eplite add etherpad

pull/2150/head
John McLear 2014-05-07 15:17:14 +01:00
parent a8d9a3868d
commit 69ba3cc104
1 changed files with 1 additions and 1 deletions

View File

@ -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){