fixed header template value too

This commit is contained in:
Baris Soner Usakli
2013-12-23 21:03:45 -05:00
parent cab6ab8e17
commit 83cc8f3ba8
2 changed files with 2 additions and 1 deletions

View File

@@ -99,7 +99,7 @@ var path = require('path'),
clientScripts: clientScripts,
navigation: custom_header.navigation,
'cache-buster': meta.config['cache-buster'] ? '?v=' + meta.config['cache-buster'] : '',
allowRegistration: parseInt(meta.config.allowRegistration, 10) === 1
allowRegistration: meta.config.allowRegistration === undefined || parseInt(meta.config.allowRegistration, 10) === 1
};
var uid = '0';