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.
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