mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 16:29:22 +01:00
Rely on disableIFNoEPL attribute
This commit is contained in:
parent
f3ebfacc57
commit
e4ef2007a4
@ -1010,7 +1010,7 @@ class mail_ui
|
|||||||
);
|
);
|
||||||
$account = Mail\Account::read($this->mail_bo->profileID);
|
$account = Mail\Account::read($this->mail_bo->profileID);
|
||||||
// spamTitan actions
|
// spamTitan actions
|
||||||
if ($GLOBALS['egw_info']['apps']['stylite'] && $account->acc_spam_api)
|
if ($account->acc_spam_api)
|
||||||
{
|
{
|
||||||
$actions['spamfilter']['children'] = array_merge($actions['spamfilter']['children'], stylite_mail_spamtitan::getActions());
|
$actions['spamfilter']['children'] = array_merge($actions['spamfilter']['children'], stylite_mail_spamtitan::getActions());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user