mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
"backported fix from trunk: warning if user has no calendar rights"
This commit is contained in:
parent
995cc63822
commit
7cd2fba856
@ -963,7 +963,7 @@ class addressbook_bo extends addressbook_so
|
||||
*/
|
||||
function read_calendar($ids,$extra_title=true)
|
||||
{
|
||||
if (!$GLOBALS['egw_info']['user']['apps']['calendar']) return null;
|
||||
if (!$GLOBALS['egw_info']['user']['apps']['calendar']) return array();
|
||||
|
||||
$uids = array();
|
||||
foreach($ids as $id)
|
||||
|
Loading…
Reference in New Issue
Block a user