Closed (fixed)
Project:
Syndication
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
25 Oct 2005 at 16:31 UTC
Updated:
18 Jan 2006 at 22:41 UTC
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
Comment #1
deekayen commentedI'm guessing this is related to http://drupal.org/node/16017
Comment #2
deekayen commentedCommitted to CVS for DRUPAL-4-6. I should be applying it to HEAD tonight.
Comment #3
(not verified) commented