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

hanoii’s picture

Status: Active » Fixed

fixed, thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.