1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-12 04:23:24 +02:00
This commit is contained in:
andryyy 2017-01-30 14:43:49 +01:00
commit 9423e9e89e

View File

@ -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,