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

deekayen’s picture

Assigned: Unassigned » deekayen

I'm guessing this is related to http://drupal.org/node/16017

deekayen’s picture

Status: Active » Fixed

Committed to CVS for DRUPAL-4-6. I should be applying it to HEAD tonight.

Anonymous’s picture

Status: Fixed » Closed (fixed)