mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Fix command now fully working with json
This commit is contained in:
parent
31d2739ccb
commit
929ea695e1
5 changed files with 18 additions and 16 deletions
|
@ -202,7 +202,7 @@ namespace controllers\internals;
|
|||
$controller->render($settings['template'], $datas);
|
||||
$content = ob_get_clean();
|
||||
|
||||
return mail($to, $settings['subject'], $content);
|
||||
return @mail($to, $settings['subject'], $content);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue