--- a/forward.module 
+++ b/forward.module 
@@ -801,7 +801,7 @@
       // Adapted from index.php.
 
       $content = new stdClass();
-      $content->body = menu_execute_active_handler();
+      $content->body = menu_execute_active_handler(NULL, FALSE);
       $content->title = menu_get_active_title();
 
       // It may happen that a drupal_not_found is called in the above call
