? 495476.patch
? diff
Index: project_issue.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/project_issue/project_issue.module,v
retrieving revision 1.174
diff -u -p -r1.174 project_issue.module
--- project_issue.module	6 Aug 2009 23:35:34 -0000	1.174
+++ project_issue.module	11 Dec 2009 03:18:08 -0000
@@ -1194,6 +1194,7 @@ function project_issue_link_filter_callb
  *   filters escaping code with higher weight.
  */
 function project_issue_requirements($phase) {
+  $conflict_grants = FALSE;
   $requirements = array();
   $input_formats = array();
   if ($phase == 'runtime') {
@@ -1224,7 +1225,7 @@ function project_issue_requirements($pha
             'title' => t('Project Issue to link filter'),
             'value' => t('Some security conflicts were detected.'),
             'description' => t('%issuefilter conflicts with project issue access settings. Users who do not have access to all project issues may be able to see titles of project issues. You should disable this filter in !inputformat input format.', array('%issuefilter' => t('Project Issue to link filter'), '!inputformat' => l($input_format->name, "admin/settings/filters/$format"))),
-            'severity' => REQUIREMENT_ERROR,
+            'severity' => REQUIREMENT_WARNING,
           );
         }
 
