forked from extern/egroupware
* Mail: Fix set vacation via admin does not work anymore
This commit is contained in:
parent
e192ed4bbd
commit
5b8f161d1d
@ -594,7 +594,7 @@ class mail_hooks
|
||||
public static function access($feature)
|
||||
{
|
||||
static $config=null;
|
||||
if ($GLOBALS['egw_info']['user']['apps']['admin'] || $GLOBALS['egw_info']['user']['apps']['emailadmin'])
|
||||
if ($GLOBALS['egw_info']['user']['apps']['admin'])
|
||||
{
|
||||
return true; // allways give admins or emailadmins all rights, even if they are in a denied group
|
||||
}
|
||||
|
@ -67,7 +67,7 @@ class mail_sieve
|
||||
function __construct()
|
||||
{
|
||||
$this->displayCharset = Api\Translation::charset();
|
||||
$this->mail_admin = isset($GLOBALS['egw_info']['user']['apps']['emailadmin']);
|
||||
$this->mail_admin = isset($GLOBALS['egw_info']['user']['apps']['admin']);
|
||||
$this->mailConfig = Api\Config::read('mail');
|
||||
|
||||
$acc_id = isset($_GET['acc_id']) ? (int)$_GET['acc_id'] : Api\Cache::getSession(__CLASS__, 'acc_id');
|
||||
|
Loading…
Reference in New Issue
Block a user