Fix for not getting the proper info for the set_action page.

This commit is contained in:
skeeter 2001-10-21 13:30:40 +00:00
parent 03a0fdd1a6
commit 60f9dc225d

View File

@ -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->get_response($event['id']);