--- subscriptions_content.module.orig	2009-09-15 11:28:18.000000000 -0700
+++ subscriptions_content.module	2009-09-15 11:47:15.000000000 -0700
@@ -864,7 +864,7 @@ function subscriptions_content_type_form
     // add the active subscriptions
     $type_name = check_plain($type->name);
     if (in_array($type->type, $omits)) {
-      if (user_access('subscribe to all content types') || user_access('administer site configuration')) {
+      if (user_access('subscribe to all content types') || user_access('administer subscriptions')) {
         if (in_array($type->type, $blockeds)) {
           $type_name = '<span class="error" title="'. t('This !content_type is blocked.', array('!content_type' => t('content type'))) .'">'. $type_name .'</span>&nbsp;'. SUBSCRIPTIONS_UNAVAILABLE;
         }
