You are here

function uc_ajax_cart_perm in Ubercart AJAX Cart 6

Same name and namespace in other branches
  1. 6.2 uc_ajax_cart.module \uc_ajax_cart_perm()

override hook perm

File

./uc_ajax_cart.module, line 11

Code

function uc_ajax_cart_perm() {
  return array(
    'access content',
  );
}