reviews_permission() defines 'add reviews' but reviews_menu() is using 'add review'.

@@ -117,7 +122,7 @@ function reviews_menu() {
     'title' => 'Add Review',
     'page callback' => 'drupal_get_form',
     'page arguments' => array('reviews_add_review', 1),
-    'access arguments' => array('add review'),
+    'access arguments' => array('add reviews'),
     'file' => 'includes/reviews.pages.inc',
     'type' => variable_get('reviews_link_type', 'tab') == 'tab' ? MENU_LOCAL_TASK : MENU_CALLBACK,
   );

Comments

scot.hubbard’s picture

Fixed in release 7.x-1.14.

scot.hubbard’s picture

Status: Active » Closed (fixed)