mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-05 15:17:35 +02:00
forgot return
This commit is contained in:
@@ -21,6 +21,7 @@ Templates.compile = function(callback) {
|
||||
if (callback) {
|
||||
callback();
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
var coreTemplatesPath = nconf.get('core_templates_path'),
|
||||
|
||||
Reference in New Issue
Block a user