Merged in mcuiza/processmaker/PM-3513 (pull request #2779)

PM-3513
This commit is contained in:
Julio Cesar Laura Avendaño
2015-09-23 09:32:59 -04:00

View File

@@ -238,7 +238,6 @@ try {
$heartBeatNWIDate = time(); $heartBeatNWIDate = time();
} }
if (time() >= $heartBeatNWIDate) { if (time() >= $heartBeatNWIDate) {
$oServerConf->setWsInfo(SYS_SYS, $oServerConf->getWorkspaceInfo(SYS_SYS));
$oServerConf->setHeartbeatProperty('HB_NEXT_GWI_DATE', strtotime('+1 day'), 'HEART_BEAT_CONF'); $oServerConf->setHeartbeatProperty('HB_NEXT_GWI_DATE', strtotime('+1 day'), 'HEART_BEAT_CONF');
} }