Committer: anazarov
LJSV-2083: Wrong links to "Unscreen comment" and "Delete comment" in notificatin via email (missing journal name in links)U trunk/cgi-bin/LJ/Comment.pm
Modified: trunk/cgi-bin/LJ/Comment.pm =================================================================== --- trunk/cgi-bin/LJ/Comment.pm 2012-02-29 12:28:41 UTC (rev 21269) +++ trunk/cgi-bin/LJ/Comment.pm 2012-02-29 12:48:41 UTC (rev 21270) @@ -1757,7 +1757,7 @@ } } - $url .= join('&', @$params); + $url .= join('&', @$params); $url .= '#t'. $dtalkid if $type eq 'thread';