Posted by yelvington on October 25, 2005 at 4:31pm
Jump to:
| Project: | Syndication |
| Version: | 4.6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | deekayen |
| Status: | closed (fixed) |
Issue Summary
I believe line 79 of syndication.module should read
$url = "blog/$account->uid/feed";
and not
$url = "blog/feed/$account->uid";
as it does in the 4.6 version tarfile.
Comments
#1
I'm guessing this is related to http://drupal.org/node/16017
#2
Committed to CVS for DRUPAL-4-6. I should be applying it to HEAD tonight.
#3