This commit is contained in:
Paula V. Quispe
2016-11-29 13:26:52 -05:00
parent 30358bf87e
commit f9ca2534db
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'"));
}