forgot return

v1.18.x
barisusakli
parent cb8ce066c8
commit 0864480433

@ -21,6 +21,7 @@ Templates.compile = function(callback) {
if (callback) {
callback();
}
return;
}
var coreTemplatesPath = nconf.get('core_templates_path'),

Loading…
Cancel
Save