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.
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
Comment #1
moshe weitzman commentedComment #2
(not verified) commented