From 34f192238fec46506c318cb8ceb9b8f0fbb5b865 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch>
Date: Wed, 14 Jun 2017 10:48:51 +0200
Subject: [PATCH] ci webGui - messenger add php doc and make a bit "nicer"

---
 public_html/deployment/classes/project.class.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/public_html/deployment/classes/project.class.php b/public_html/deployment/classes/project.class.php
index 03cc3154..55bfe498 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>";
-- 
GitLab