mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
do NOT query proxys for app user has no rights too, can give SQL error, if app is not even installed, eg. resources
This commit is contained in:
parent
a5230cb614
commit
5202d0db2d
@ -1223,6 +1223,8 @@ class groupdav_principals extends groupdav_handler
|
||||
{
|
||||
foreach((array)$add_proxys as $app)
|
||||
{
|
||||
if (!isset($GLOBALS['egw_info']['user']['apps'][$app])) continue;
|
||||
|
||||
switch($app)
|
||||
{
|
||||
case 'resources':
|
||||
|
Loading…
Reference in New Issue
Block a user