mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-19 22:10:49 +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