Index: includes/common.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/common.inc,v
retrieving revision 1.763
diff -u -p -r1.763 common.inc
--- includes/common.inc	10 Apr 2008 10:19:01 -0000	1.763
+++ includes/common.inc	11 Apr 2008 09:46:19 -0000
@@ -385,7 +385,7 @@ function drupal_access_denied() {
     $return = menu_execute_active_handler($path);
   }
 
-  if (empty($return) || $return == MENU_NOT_FOUND || $return == MENU_ACCESS_DENIED) {
+  if (empty($return) || $return == MENU_NOT_FOUND) {
     drupal_set_title(t('Access denied'));
     $return = t('You are not authorized to access this page.');
   }
