The hook_perm call is missing so only user 1 can access the module settings.
/**
* Implements hook_perm().
*/
function uc_views_gpfeed_perm() {
return array('administer google products feed');
}
The hook_perm call is missing so only user 1 can access the module settings.
/**
* Implements hook_perm().
*/
function uc_views_gpfeed_perm() {
return array('administer google products feed');
}
Comments
Comment #1
hanoiifixed, thanks.