PM-3378 "Para nuevo espacios de trabajo..." SOLVED

This commit is contained in:
Luis Fernando Saisa Lopez
2015-08-31 14:11:25 -04:00
parent 5508ca4657
commit 8006be61da
2 changed files with 4 additions and 3 deletions

View File

@@ -234,7 +234,8 @@ class Installer
$this->setPartner();
$this->setAdmin();
$querySql = ("INSERT INTO EMAIL_SERVER(MESS_ENGINE) VALUES('MAIL')");
$querySql = "INSERT INTO EMAIL_SERVER(MESS_UID, MESS_ENGINE) VALUES('" . \ProcessMaker\Util\Common::generateUID() . "', 'MAIL')";
$this->run_query($querySql);
}
return $test;