--- ../forward/forward.module	2007-03-29 17:33:50.000000000 +0200
+++ htdocs/sites/all/modules/forward/forward.module	2007-04-10 16:19:17.000000000 +0200
@@ -306,8 +306,8 @@
   if ($emailtype == 'email') {
     $form['message']['page'] = array(
       '#type' => 'item',
-      '#title' => t('You are going to email the following:'),
-      '#value' => l($node->title, "node/$node->nid"),
+      '#title' => t('You are going to email the following'),
+      '#value' => l($form['node']['#value']->title, "node/".$form['node']['#value']->nid),
     );
   }
   $form['message']['subject'] = array(
