Index: nodeorder.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/nodeorder/nodeorder.module,v retrieving revision 1.9.2.38 diff -u -p -r1.9.2.38 nodeorder.module --- nodeorder.module 15 Nov 2009 13:31:26 -0000 1.9.2.38 +++ nodeorder.module 12 Sep 2010 03:43:47 -0000 @@ -12,7 +12,8 @@ */ function nodeorder_perm() { return array( - 'order nodes within categories' + 'order nodes within categories', + 'administer nodeorder' ); } @@ -228,7 +229,7 @@ function nodeorder_menu() { 'description' => t('Allows the ordering of nodes within taxonomy terms.'), 'page callback' => 'drupal_get_form', 'page arguments' => array('nodeorder_admin'), - 'access arguments' => array('access administration pages'), + 'access arguments' => array('administer nodeorder'), 'type' => MENU_NORMAL_ITEM); $items['nodeorder/term/%'] = array(