mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
should now disallow editing of records not allowed to.
This commit is contained in:
parent
e13be15f56
commit
ea0d74b4a6
@ -612,7 +612,7 @@
|
||||
|
||||
if(!$this->bo->can_user_edit($event))
|
||||
{
|
||||
$this->view(intval($GLOBALS['HTTP_GET_VARS']['cal_id']));
|
||||
Header('Location: '.$this->page('view','&cal_id='$cal_id));
|
||||
$GLOBALS['phpgw']->common->phpgw_exit();
|
||||
}
|
||||
if(@isset($GLOBALS['HTTP_POST_VARS']['edit_type']) && $GLOBALS['HTTP_POST_VARS']['edit_type'] == 'single')
|
||||
|
Loading…
Reference in New Issue
Block a user