mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
remove eplite add etherpad
This commit is contained in:
parent
a8d9a3868d
commit
69ba3cc104
1 changed files with 1 additions and 1 deletions
|
@ -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){
|
||||
|
|
Loading…
Reference in a new issue