Index: common.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/common.inc,v
retrieving revision 1.752
diff -u -p -r1.752 common.inc
--- common.inc	16 Jan 2008 10:37:30 -0000	1.752
+++ common.inc	17 Jan 2008 03:10:25 -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.');
   }
