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

[livejournal] r17316: LJSV-1126 (Navigation links should respe...

Committer: ailyin
LJSV-1126 (Navigation links should respect the 'two tag' URL modifications)
U   trunk/cgi-bin/LJ/S2/RecentPage.pm
Modified: trunk/cgi-bin/LJ/S2/RecentPage.pm
===================================================================
--- trunk/cgi-bin/LJ/S2/RecentPage.pm	2010-09-09 06:08:38 UTC (rev 17315)
+++ trunk/cgi-bin/LJ/S2/RecentPage.pm	2010-09-09 06:33:55 UTC (rev 17316)
@@ -273,7 +273,8 @@
         $nav->{'forward_skip'} = $newskip;
         $nav->{'forward_url'} = LJ::make_link("$p->{base_url}/", { skip     => ($newskip                   || ""),
                                                                    tag      => (LJ::eurl($get->{tag})      || ""),
-                                                                   security => (LJ::eurl($get->{security}) || "") });
+                                                                   security => (LJ::eurl($get->{security}) || ""),
+                                                                   mode     => (LJ::eurl($get->{mode})     || ""), });
         $nav->{'forward_count'} = $itemshow;
     }
 
@@ -290,7 +291,8 @@
             my $newskip = $skip + $itemshow;
             $nav->{'backward_url'} = LJ::make_link("$p->{'base_url'}/", { skip     => ($newskip                   || ""),
                                                                           tag      => (LJ::eurl($get->{tag})      || ""),
-                                                                          security => (LJ::eurl($get->{security}) || "") });
+                                                                          security => (LJ::eurl($get->{security}) || ""),
+                                                                          mode     => (LJ::eurl($get->{mode})     || ""), });
             $nav->{'backward_skip'} = $newskip;
         }
     }

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