mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-01 04:13:28 +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)
|
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();
|
$uids = array();
|
||||||
foreach($ids as $id)
|
foreach($ids as $id)
|
||||||
|
Loading…
Reference in New Issue
Block a user