fix callback
This commit is contained in:
@@ -447,7 +447,7 @@ function booking_menu() {
|
|||||||
'title' => 'Edit Variety Session',
|
'title' => 'Edit Variety Session',
|
||||||
'description' => 'Edit variety session for the specified timeslot',
|
'description' => 'Edit variety session for the specified timeslot',
|
||||||
'page callback' => 'drupal_get_form',
|
'page callback' => 'drupal_get_form',
|
||||||
'page arguments' => array('booking_variety_edit_session_form', FALSE, 4, 6),
|
'page arguments' => array('booking_variety_create_session_form', FALSE, 4, 6),
|
||||||
'access arguments' => array('access administration pages'),
|
'access arguments' => array('access administration pages'),
|
||||||
'type' => MENU_CALLBACK,
|
'type' => MENU_CALLBACK,
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user