In function syndication_blogs:

$url = "blog/feed/id/$account->uid";

should probably be:

$url = "blog/feed/$account->uid";

This is similar to a bug fixed in 1.23 but appears to be something overlooked.

Comments

moshe weitzman’s picture

Anonymous’s picture