fix callback
This commit is contained in:
@@ -414,8 +414,7 @@ function booking_menu() {
|
|||||||
$items['admin/config/booking/variety/report'] = array(
|
$items['admin/config/booking/variety/report'] = array(
|
||||||
'title' => 'View Variety Session Registrations',
|
'title' => 'View Variety Session Registrations',
|
||||||
'description' => 'View Variety Session Registrations for the Booking module',
|
'description' => 'View Variety Session Registrations for the Booking module',
|
||||||
'page callback' => 'drupal_get_form',
|
'page callback' => 'booking_variety_sessions_view_summary',
|
||||||
'page arguments' => array('booking_variety_sessions_view_summary', true),
|
|
||||||
'access arguments' => array('view variety sessions'),
|
'access arguments' => array('view variety sessions'),
|
||||||
'type' => MENU_LOCAL_ACTION,
|
'type' => MENU_LOCAL_ACTION,
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user