Skip to content

Commit

Permalink
remove var_export
Browse files Browse the repository at this point in the history
  • Loading branch information
scottshipman committed Dec 19, 2018
1 parent 3deb4ea commit e6a4b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/FilePayload.php
Original file line number Diff line number Diff line change
Expand Up @@ -1484,7 +1484,7 @@ private function operationEmail($operation)

$mailResult = $mailer->send(false, false);
if ($errors = $mailer->getErrors()) {
$this->setLogs(var_export($errors, true), 'error');
$this->setLogs($errors, 'sendError');
}

return $mailResult;
Expand Down

0 comments on commit e6a4b42

Please sign in to comment.