Index: revision_moderation.module
===================================================================
--- revision_moderation.module	(revision 380)
+++ revision_moderation.module	(working copy)
@@ -45,7 +45,7 @@
         'title' => t('Edit revision'),
         'callback' => 'drupal_get_form',
         'callback arguments' => array('revision_moderation_edit', arg(1), arg(3)),
-        'access' => $access,
+        'access' => (node_access('update', $node) && user_access('view revisions')),
         'type' => MENU_CALLBACK,
       );
 
