From 62bffff3c7a89ca90a157662c7498987466f8cfb Mon Sep 17 00:00:00 2001 From: Baris Soner Usakli Date: Mon, 13 May 2013 15:16:54 -0400 Subject: [PATCH] forgot to add a ; --- src/webserver.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webserver.js b/src/webserver.js index a5146a2e83..4608a6401d 100644 --- a/src/webserver.js +++ b/src/webserver.js @@ -268,7 +268,7 @@ var express = require('express'), return; } - filename = uid + '-' + filename + filename = uid + '-' + filename; var uploadPath = config.upload_path + filename; console.log('trying to upload to : '+ global.configuration['ROOT_DIRECTORY'] + uploadPath);