#fix 1177 maybe

This commit is contained in:
jshkurti 2015-04-17 16:44:42 +02:00
parent fefca9b955
commit eb5b2fa208

View File

@ -68,7 +68,8 @@ God.executeApp = function executeApp(env, cb) {
env_copy['axm_monitor'] = {};
env_copy['axm_options'] = {};
env_copy['axm_dynamic'] = {};
env_copy['vizion_running'] = false;
env_copy['vizion_running'] =
env_copy['vizion_running'] !== undefined ? env_copy['vizion_running'] : false;
if (!env_copy.created_at)
env_copy['created_at'] = Date.now();