Андрей (andy) wrote in changelog,
Андрей
andy
changelog

[livejournal] r17647: LJSV-1207 (Custom friends groups links o...

Committer: ailyin
LJSV-1207 (Custom friends groups links on Recent Entries pages are broken)
U   trunk/cgi-bin/LJ/Entry.pm
Modified: trunk/cgi-bin/LJ/Entry.pm
===================================================================
--- trunk/cgi-bin/LJ/Entry.pm	2010-11-08 11:14:51 UTC (rev 17646)
+++ trunk/cgi-bin/LJ/Entry.pm	2010-11-08 11:53:56 UTC (rev 17647)
@@ -1216,7 +1216,7 @@
                 next unless $self->allowmask & 1 << $groupid;
 
                 my $name = LJ::ehtml($groups->{$groupid}->{groupname});
-                my $url = LJ::eurl($poster->journal_base . "/security/group:$name");
+                my $url = $poster->journal_base . "/security/group:$name";
 
                 my $group_text = $remote->get_cap("security_filter") || $poster->get_cap("security_filter") ? "<a href='$url'>$name</a>" : $name;
                 push @friendgroups, $group_text;

Tags: andy, livejournal, pm
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 0 comments