mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-09 08:50:05 +08:00
Fix edit alias function
This commit is contained in:
parent
2b27d37ffb
commit
272087ba39
@ -3274,7 +3274,7 @@ function mailbox_edit_alias($postarray) {
|
||||
$stmt = $pdo->prepare("UPDATE `alias` SET
|
||||
`goto` = :goto,
|
||||
`active`= :active,
|
||||
`modified` = :modified,
|
||||
`modified` = :modified
|
||||
WHERE `address` = :address");
|
||||
$stmt->execute(array(
|
||||
':goto' => $goto,
|
||||
|
Loading…
Reference in New Issue
Block a user