Index: print.pages.inc
===================================================================
--- print.pages.inc	(revision 62)
+++ print.pages.inc	(working copy)
@@ -591,7 +591,7 @@
   menu_set_active_item($path);
   // Adapted from index.php.
   $node = new stdClass();
-  $node->body = menu_execute_active_handler($path);
+  $node->body = menu_execute_active_handler($path, FALSE);
 
   // It may happen that a drupal_not_found is called in the above call
   if (preg_match('/404 Not Found/', drupal_get_http_header()) == 1) {
