Skip to content
Snippets Groups Projects
Commit 34f19223 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

ci webGui - messenger add php doc and make a bit "nicer"

parent 00d6215e
Branches
No related tags found
No related merge requests found
...@@ -1909,7 +1909,8 @@ class project extends base { ...@@ -1909,7 +1909,8 @@ class project extends base {
// $this->_logaction($sError, __FUNCTION__); // $this->_logaction($sError, __FUNCTION__);
$sReturn.=$oHtml->getBox("info", $sError); $sReturn.=$oHtml->getBox("info", $sError);
$this->_TempDelete(); $this->_TempDelete();
$this->_sendMessage($sError."\n".t('phase').': '.$sPhase); // removed: cronjob sends this message too
// $this->_sendMessage($sError."\n".t('phase').': '.$sPhase);
return $sReturn; return $sReturn;
} else { } else {
$sReturn.=t("class-project-info-deploy-time-not-reached-and-ignored") . "<br>"; $sReturn.=t("class-project-info-deploy-time-not-reached-and-ignored") . "<br>";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment