Fix edit alias function

master
andryyy 2017-01-30 14:43:28 +01:00
parent 2b27d37ffb
commit 272087ba39
1 changed files with 1 additions and 1 deletions

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,