? 261060_3_editing_profile_kills_blog_alias.patch
? 264909_pathauto_updated_docs.patch
? 264909_pathauto_updated_docs_10.patch
? 265948_pathauto_5x_6x_error_synchronizing.patch
? 268875_pathauto_notice.patch
? i18n-ascii.txt
Index: pathauto.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/pathauto/pathauto.module,v
retrieving revision 1.116
diff -u -p -r1.116 pathauto.module
--- pathauto.module	10 Jun 2008 21:41:53 -0000	1.116
+++ pathauto.module	19 Jun 2008 19:23:34 -0000
@@ -298,7 +298,9 @@ function pathauto_form_alter(&$form, $fo
       }
 
       //For Pathauto to remember the old alias and prevent the Path-module from deleteing it when Pathauto wants to preserve it
-      $form['path']['old_alias'] = array('#type' => 'value', '#value' => $node->path);
+      if (isset($node->path)) {
+        $form['path']['old_alias'] = array('#type' => 'value', '#value' => $node->path);
+      }
     }
   }
 }
