On line 634
pathauto_path_delete_all("blog/{$user->uid}");
Should be
pathauto_path_delete_all("blog/{$account->uid}");
On line 634
pathauto_path_delete_all("blog/{$user->uid}");
Should be
pathauto_path_delete_all("blog/{$account->uid}");
Comments
Comment #1
dave reidYep this is already fixed in CVS. Thank you for reporting though! :)