mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-25 08:09:02 +01:00
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user