mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-22 16:30:34 +01:00
forgot to add a ;
This commit is contained in:
@@ -268,7 +268,7 @@ var express = require('express'),
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
filename = uid + '-' + filename
|
filename = uid + '-' + filename;
|
||||||
var uploadPath = config.upload_path + filename;
|
var uploadPath = config.upload_path + filename;
|
||||||
|
|
||||||
console.log('trying to upload to : '+ global.configuration['ROOT_DIRECTORY'] + uploadPath);
|
console.log('trying to upload to : '+ global.configuration['ROOT_DIRECTORY'] + uploadPath);
|
||||||
|
|||||||
Reference in New Issue
Block a user