mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
relative path upload fixes #2403
This commit is contained in:
@@ -174,7 +174,7 @@ var async = require('async'),
|
||||
}
|
||||
|
||||
if (category.image) {
|
||||
category.backgroundImage = category.image ? nconf.get('relative_path') + category.image : '';
|
||||
category.backgroundImage = category.image;
|
||||
}
|
||||
|
||||
callback(null, category);
|
||||
|
||||
Reference in New Issue
Block a user