--- a/menu_per_role.module      2011-12-30 08:44:57.000000000 -0500
+++ b/menu_per_role.module      2011-12-30 08:45:15.000000000 -0500
@@ -154,9 +154,7 @@
 function _menu_per_role_access($mlid) {
   global $user;

-  if ($user->uid == 1 || empty($mlid) || user_access('administer menu_per_role')) {
-    // Admins do not lose access whatever this module would otherwise say
-    // Also, if the menu link identifier is not set, ignore the request
+  if (empty($mlid)) {
     return NULL;
   }


