Closed (fixed)
Project:
Teleport
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 Jul 2008 at 17:44 UTC
Updated:
11 Aug 2008 at 07:53 UTC
In the hook_menu(), there is a reference to the wrong page argument.
These code lines cause the page callback to get 'title' like argument, which I guess it is not the desired thing:
$items['teleport/autocomplete/title/%menu_tail'] = array(
'title' => t('Autocomplete title'),
'page callback' => '_teleport_autocomplete_title',
'page arguments' => array(2),
'access arguments' => array('use teleport'),
'type' => MENU_CALLBACK,
);
Comments
Comment #1
incidentist commentedComment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.