Skip to content

Commit

Permalink
Fixed: Cannot create catch-all email account (Forward mail) due to wr…
Browse files Browse the repository at this point in the history
…ong SQL query
  • Loading branch information
nuxwin committed Jun 11, 2017
1 parent 8c9be1b commit 46c2e99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Expand Up @@ -14,6 +14,9 @@ DISTRIBUTIONS
Fixed: libmysqlclient20 package must be installed in any case (Ubuntu 16.04)
Fixed: Missing switch for MariaDB 10.2 server in distribution packages files

FRONTEND:
Fixed: Cannot create catch-all email account (Forward mail) due to wrong SQL query

INSTALLER
Added: `local_server` configuration parameter; Allows reconfiguration of system hostname, primary IP and timezone
Fixed: Couldn't get APT key from keys.gnupg.net keys server due to DNS failure
Expand Down
2 changes: 1 addition & 1 deletion gui/public/client/mail_catchall_add.php
Expand Up @@ -212,7 +212,7 @@ function client_addCatchall($itemId)
mail_acc, mail_pass, mail_forward, domain_id, mail_type, sub_id, status, po_active,
mail_auto_respond, quota, mail_addr
) VALUES (
?, ?, ?, ?, ?, ?, ?, ?, ?, ?
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?
)
',
array(
Expand Down

0 comments on commit 46c2e99

Please sign in to comment.