Skip to content

Commit

Permalink
Fix syntax error in help controller
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Feb 6, 2019
1 parent b678866 commit 9001f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/HelpController.php
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ public function actionSendSupportRequest()
FileHelper::unlink($tempFileFields);
}
} catch (\Throwable $e) {
FeedMe::info('Tried to attach debug logs to a support request and something went horribly wrong: `' . $e->getMessage() . ':' . $e->getLine() . '`.';
FeedMe::info('Tried to attach debug logs to a support request and something went horribly wrong: `' . $e->getMessage() . ':' . $e->getLine() . '`.');

// There was a problem zipping, so reset the params and just send the email without the attachment.
$requestParams = $requestParamDefaults;
Expand Down

0 comments on commit 9001f24

Please sign in to comment.