Merged in paulis/processmaker/HOR-2314 (pull request #5221)

HOR-2314
This commit is contained in:
Paula Quispe
2016-11-30 20:34:41 +00:00
3 changed files with 3 additions and 5 deletions

View File

@@ -437,9 +437,7 @@ class Task
}
if ($arrayProperty["TAS_RECEIVE_LAST_EMAIL"] == "TRUE") {
if (empty($arrayProperty["TAS_RECEIVE_SERVER_UID"])) {
throw (new \Exception("Invalid value specified for 'tas_receive_server_uid'"));
}
if (empty($arrayProperty["TAS_RECEIVE_SUBJECT_MESSAGE"])) {
throw (new \Exception("Invalid value specified for 'tas_receive_subject_message'"));
}