mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-09 22:26:18 +02:00
remove unused variable
This commit is contained in:
parent
4ae88b2ee7
commit
1a8462fb4f
@ -134,7 +134,6 @@ exports.doExport = function(req, res, padId, type)
|
||||
{
|
||||
destFile = tempDirectory + "/etherpad_export_" + randNum + "." + type;
|
||||
|
||||
var handledByPlugin = false;
|
||||
// Allow plugins to overwrite the convert in export process
|
||||
hooks.aCallAll("exportConvert", {srcFile: srcFile, destFile: destFile}, function(err, result){
|
||||
if(!err && result.length > 0){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user