fix callback

This commit is contained in:
Nathan Coad
2018-05-05 12:09:28 +10:00
parent 10f0087a0b
commit be12693e1c

View File

@@ -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,
); );