Merged in danteloayza/processmaker/BY-620 (pull request #5209)

BY-620
This commit is contained in:
Paula Quispe
2016-11-30 16:17:32 +00:00

View File

@@ -328,7 +328,7 @@ class Pmgmail {
}
private function sendEmailWithApplicationData ($application, $emailTypeLabel, $mailToAddresses, $mailCcAddresses) {
$dataFormToShowString = $this->getFormData($application['APP_UID'],$application['DEL_INDEX']);
$dataFormToShowString = '';
$this->createMailTemplateFile();
$change = array('[', ']', '"');
$fdata = str_replace($change, ' ', $dataFormToShowString);