--- tac_lite.module_orig	2011-05-11 12:32:40.000000000 -0400
+++ tac_lite.module	2012-02-09 15:29:35.000000000 -0500
@@ -281,9 +281,11 @@
  */
 function tac_lite_user($op, $edit, $account, $category = NULL) {
 
-  if (!user_access('administer tac_lite')) {
+  if ($op == 'categories' || $op == 'form') {
+    if (!user_access('administer tac_lite')) {
     // Only for tac_lite administrators.
     return;
+    }
   }
 
   switch ($op) {
