mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
consider overwrites, when checking if SpamTitan API is available
This commit is contained in:
parent
4fbeadd762
commit
82f0bbc0ca
@ -1073,9 +1073,9 @@ class mail_ui
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
$account = Mail\Account::read($this->mail_bo->profileID);
|
$params = Mail\Account::read($this->mail_bo->profileID)->getParamOverwrites();
|
||||||
// spamTitan actions
|
// spamTitan actions
|
||||||
if ($account->acc_spam_api && class_exists('stylite_mail_spamtitan'))
|
if ($params['acc_spam_api'] && class_exists('stylite_mail_spamtitan'))
|
||||||
{
|
{
|
||||||
$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