mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-11-09 14:51:35 +08:00
Bugfix: setting snappymail-no-embed failed
This commit is contained in:
parent
daca2b54bf
commit
c8ee67c3ba
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ class FetchController extends Controller {
|
|||
isset($_POST['snappymail-autologin']) ? '1' === $_POST['snappymail-autologin'] : false);
|
||||
$this->config->setAppValue('snappymail', 'snappymail-autologin-with-email',
|
||||
isset($_POST['snappymail-autologin']) ? '2' === $_POST['snappymail-autologin'] : false);
|
||||
// $this->config->setAppValue('snappymail', 'snappymail-no-embed', isset($_POST['snappymail-no-embed']));
|
||||
$this->config->setAppValue('snappymail', 'snappymail-no-embed', isset($_POST['snappymail-no-embed']));
|
||||
} else {
|
||||
return new JSONResponse([
|
||||
'status' => 'error',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue