Committer: gprochaev
LJSUP-7413. incorrect url in block "Featured posts"U trunk/cgi-bin/LJ/Widget/Browse.pm
Modified: trunk/cgi-bin/LJ/Widget/Browse.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/Browse.pm 2010-11-24 06:55:34 UTC (rev 17764) +++ trunk/cgi-bin/LJ/Widget/Browse.pm 2010-11-24 07:19:49 UTC (rev 17765) @@ -335,6 +335,7 @@ updated_ago => LJ::TimeUtil->ago_text($entry->logtime_unix), comments_count => $entry->reply_count, ljuser => $entry->journal->ljuser_display, + url_to_post => $entry->url, }; } }