This commit is contained in:
Roly Rudy Gutierrez Pinto
2016-06-15 16:31:38 -04:00
parent d3e4086e86
commit ebaad41661

View File

@@ -82,7 +82,11 @@ if ($RBAC->userCanAccess('PM_SETUP') === 1) {
);
}
if (!$partnerFlag) {
if ($RBAC->userCanAccess('PM_SETUP_HEART_BEAT') === 1) {
/**
* Remove heartbeat config from core, it will probably be used again
* when the functionality will be redesigned.
*/
if ($RBAC->userCanAccess('PM_SETUP_HEART_BEAT') === 1 && false) {
$G_TMP_MENU->AddIdRawOption(
'HEARTBEAT', 'processHeartBeatConfig',
G::LoadTranslation('ID_HEARTBEAT_CONFIG'),