? nitpick.patch
Index: tagorder.info
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/tagorder/tagorder.info,v
retrieving revision 1.1
diff -u -r1.1 tagorder.info
--- tagorder.info	19 Mar 2009 17:04:26 -0000	1.1
+++ tagorder.info	19 Mar 2009 21:58:18 -0000
@@ -1,4 +1,5 @@
 ; $id$
 name = Tag Order
 description = Remembers order that tags were entered
-version = 5.0
\ No newline at end of file
+dependencies = taxonomy
+version = 5.0
Index: tagorder.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/tagorder/tagorder.module,v
retrieving revision 1.2
diff -u -r1.2 tagorder.module
--- tagorder.module	19 Mar 2009 18:27:10 -0000	1.2
+++ tagorder.module	19 Mar 2009 21:58:18 -0000
@@ -19,7 +19,7 @@
       'description' => t('Set vocabularies and content types to remember order.'),
       'callback' => 'drupal_get_form',
       'callback arguments' => array('tagorder_admin_settings'),
-      'access' => user_access('administer site configuration'),
+      'access' => user_access('administer taxonomy'),
     );
   }
   return $items;
@@ -136,4 +136,4 @@
     }
     $form['#node']->taxonomy = $newarray;
   }
-}
\ No newline at end of file
+}
