The 'callback' => variable in the hook_menu() menu arrays is incorrectly set, causing 404 page errors to occur.
The 'callback' value should be a string containing the function name to call -- NOT the actual function.
The 'callback' => variable in the hook_menu() menu arrays is incorrectly set, causing 404 page errors to occur.
The 'callback' value should be a string containing the function name to call -- NOT the actual function.
Comments
Comment #1
arnabdotorg commentedFixed in HEAD. Thanks.