Index: advanced_help.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/advanced_help/advanced_help.module,v
retrieving revision 1.41
diff -u -p -r1.41 advanced_help.module
--- advanced_help.module	28 Oct 2008 17:33:47 -0000	1.41
+++ advanced_help.module	14 Oct 2010 19:05:40 -0000
@@ -469,7 +469,7 @@ function theme_advanced_help_topic($modu
       'html' => TRUE)
     );
   }
-  else {
+  elseif (user_access('view advanced help topic')) {
     return l($text, "help/$module/$topic", array(
       'attributes' => array(
         'class' => $class,
