mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
remove unused variable
This commit is contained in:
parent
4ae88b2ee7
commit
1a8462fb4f
1 changed files with 0 additions and 1 deletions
|
@ -134,7 +134,6 @@ exports.doExport = function(req, res, padId, type)
|
||||||
{
|
{
|
||||||
destFile = tempDirectory + "/etherpad_export_" + randNum + "." + type;
|
destFile = tempDirectory + "/etherpad_export_" + randNum + "." + type;
|
||||||
|
|
||||||
var handledByPlugin = false;
|
|
||||||
// Allow plugins to overwrite the convert in export process
|
// Allow plugins to overwrite the convert in export process
|
||||||
hooks.aCallAll("exportConvert", {srcFile: srcFile, destFile: destFile}, function(err, result){
|
hooks.aCallAll("exportConvert", {srcFile: srcFile, destFile: destFile}, function(err, result){
|
||||||
if(!err && result.length > 0){
|
if(!err && result.length > 0){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue