diff --git a/public_html/deployment/classes/project.class.php b/public_html/deployment/classes/project.class.php index 03cc31543cdec77880b987369b34db51896232f6..55bfe498a69ef615bb3b8165dfb5e78022fabf82 100644 --- a/public_html/deployment/classes/project.class.php +++ b/public_html/deployment/classes/project.class.php @@ -1909,7 +1909,8 @@ class project extends base { // $this->_logaction($sError, __FUNCTION__); $sReturn.=$oHtml->getBox("info", $sError); $this->_TempDelete(); - $this->_sendMessage($sError."\n".t('phase').': '.$sPhase); + // removed: cronjob sends this message too + // $this->_sendMessage($sError."\n".t('phase').': '.$sPhase); return $sReturn; } else { $sReturn.=t("class-project-info-deploy-time-not-reached-and-ignored") . "<br>";