forked from extern/egroupware
Fix for not getting the proper info for the set_action page.
This commit is contained in:
parent
03a0fdd1a6
commit
60f9dc225d
@ -866,7 +866,7 @@
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
$event = $this->bo->read_entry($HTTP_GET_VARS['cal_id']);
|
$event = $this->bo->read_entry($GLOBALS['HTTP_GET_VARS']['cal_id']);
|
||||||
echo $this->view_event($event);
|
echo $this->view_event($event);
|
||||||
|
|
||||||
echo $this->get_response($event['id']);
|
echo $this->get_response($event['id']);
|
||||||
|
Loading…
Reference in New Issue
Block a user