mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-20 02:21:35 +02:00
fixed #1266
This commit is contained in:
@@ -381,7 +381,7 @@ var fs = require('fs'),
|
||||
|
||||
// Return proper paths
|
||||
files.forEach(function(filename) {
|
||||
localList[filename] = nconf.get('url') + '/sounds/' + filename;
|
||||
localList[filename] = nconf.get('relative_path') + '/sounds/' + filename;
|
||||
});
|
||||
|
||||
callback(null, localList);
|
||||
|
||||
Reference in New Issue
Block a user