Commit 9a0ee24f authored by SpinShare's avatar SpinShare

add silent errors to report status changing

parent bd6ef250
......@@ -253,7 +253,7 @@ class ModerationController extends AbstractController
['report' => $reportToChange, 'type' => 'USER']
), 'text/plain');
$mailer->send($message);
@$mailer->send($message);
$reportToChange->setStatus($newStatus);
......@@ -304,7 +304,7 @@ class ModerationController extends AbstractController
['report' => $reportToChange, 'type' => 'SONG']
), 'text/plain');
$mailer->send($message);
@$mailer->send($message);
$reportToChange->setStatus($newStatus);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment