Fix a bug that failed to edit Alias by address (#3574)
This commit is contained in:
parent
e3d9a53eeb
commit
8b02acbef5
@ -1977,7 +1977,7 @@ function mailbox($_action, $_type, $_data = null, $_extra = null) {
|
|||||||
':goto' => $goto,
|
':goto' => $goto,
|
||||||
':sogo_visible' => $sogo_visible,
|
':sogo_visible' => $sogo_visible,
|
||||||
':active' => $active,
|
':active' => $active,
|
||||||
':id' => $id
|
':id' => $is_now['id']
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
$_SESSION['return'][] = array(
|
$_SESSION['return'][] = array(
|
||||||
|
Loading…
Reference in New Issue
Block a user