forked from extern/egroupware
hook to invalidate, if mailaccount userdata changes
This commit is contained in:
parent
368a99167e
commit
01a02a1303
@ -339,6 +339,13 @@ class Sql extends Mail\Smtp
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// let interesed parties know account was update
|
||||||
|
Api\Hooks::process(array(
|
||||||
|
'location' => 'mailaccount_userdata_updated',
|
||||||
|
'account_id' => $_uidnumber,
|
||||||
|
));
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user