Closed (fixed)
Project:
Web Service Clients
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2011 at 20:33 UTC
Updated:
21 Jun 2011 at 07:52 UTC
function clients_drupal_perm() {
return array('clients_drupal admin');
}
This is just BAD.
Comments
Comment #1
joachim commentedMakes sense to just use the base module permission.
Issue #1179476 by joachim: Changed Drupal clients module to use base module admin permission.