Wrong URL mask
yelvington - October 25, 2005 - 16:31
| Project: | Syndication |
| Version: | 4.6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | deekayen |
| Status: | closed |
Jump to:
Description
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.

#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