Closed (fixed)
Project:
Pathauto
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Aug 2010 at 15:50 UTC
Updated:
24 Aug 2010 at 16:00 UTC
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! :)