Index: nodeorder.module =================================================================== RCS file: /cvs/drupal/contributions/modules/nodeorder/nodeorder.module,v retrieving revision 1.12 diff -u -r1.12 nodeorder.module --- nodeorder.module 15 Nov 2009 15:57:48 -0000 1.12 +++ nodeorder.module 11 May 2010 07:58:45 -0000 @@ -12,7 +12,8 @@ */ function nodeorder_perm() { return array( - 'order nodes within categories' + 'order nodes within categories', + 'contributions/modules/nodeorder' ); } @@ -228,7 +229,7 @@ '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(