mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +01:00
forgot to add a ;
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user