*** filterbynodetype.notule	2011-03-24 10:22:03.000000000 -0400
--- filterbynodetype.module	2011-03-24 10:24:25.000000000 -0400
***************
*** 41,47 ****
      '#description' => t('Specify which input formats will be allowed on this node type\'s body field.  Note that a user must still have access to the appropriate input format in order to be able to use it.'),
      '#options' => $options,
      '#default_value' => $defaults,
!     '#access' => user_access('adminster filters'),
    );
  
    // Attach our submit handler so we can save our extra values.
--- 41,47 ----
      '#description' => t('Specify which input formats will be allowed on this node type\'s body field.  Note that a user must still have access to the appropriate input format in order to be able to use it.'),
      '#options' => $options,
      '#default_value' => $defaults,
!     '#access' => user_access('administer filters'),
    );
  
    // Attach our submit handler so we can save our extra values.
