[ticket/258] U_ACTION should be B3P_U_ACTION for calendar events
B3P-258
This commit is contained in:
@@ -573,7 +573,7 @@ class calendar extends module_base
|
|||||||
'EVENT_URL' => (isset($events[$link_id]['url']) && $action != 'add') ? $events[$link_id]['url'] : '',
|
'EVENT_URL' => (isset($events[$link_id]['url']) && $action != 'add') ? $events[$link_id]['url'] : '',
|
||||||
|
|
||||||
//'U_BACK' => $u_action,
|
//'U_BACK' => $u_action,
|
||||||
'U_ACTION' => $u_action . '&id=' . $link_id,
|
'B3P_U_ACTION' => $u_action . '&id=' . $link_id,
|
||||||
|
|
||||||
'S_EDIT' => true,
|
'S_EDIT' => true,
|
||||||
));
|
));
|
||||||
|
|||||||
Reference in New Issue
Block a user