$form['actions']['delete'] = array(
     '#type' => 'submit',
     '#value' => t('Delete'),
-    '#access' => user_access('administrator reviews'),
+    '#access' => user_access('administer reviews'),
     '#weight' => 10,
   );

Comments

scot.hubbard’s picture

Status: Needs review » Closed (fixed)

Many thanks for the patch. Applied and published.