Closed (fixed)
Project:
Services
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Sep 2008 at 04:28 UTC
Updated:
19 Oct 2008 at 00:42 UTC
In the menu definition for deleting a key:
$items['admin/build/services/keys/%/delete'] = array(
'title' => $type->name,
'access arguments' => array('administer services'),
'page callback' => 'drupal_get_form',
'page arguments' => array('services_admin_keys_delete_confirm'),
'file' => 'services_admin_keys.inc',
'type' => MENU_CALLBACK,
);
The $type object is undefined. Not sure what should be in there, in 5.x it was blank.
Comments
Comment #1
marcingy commentedFixed in head
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.