vadvs (vadvs) wrote in changelog,
vadvs
vadvs
changelog

[livejournal] r17600: LJSUP-7242: Fixed "conditional JS and CC...

Committer: vsukhanov
LJSUP-7242: Fixed "conditional JS and CCS have empty "?v=" param".
U   trunk/cgi-bin/weblib.pl
Modified: trunk/cgi-bin/weblib.pl
===================================================================
--- trunk/cgi-bin/weblib.pl	2010-10-25 10:14:00 UTC (rev 17599)
+++ trunk/cgi-bin/weblib.pl	2010-10-26 04:40:30 UTC (rev 17600)
@@ -1444,7 +1444,7 @@
                 
                 if ($do_concat) {
                     my $csep = join(',', @$list);
-                    $csep .= "?v=" . $oldest{$type}{$args}{$cond};
+                    $csep .= "?v=" . $oldest{$type}{$cond}{$args};
                     my $inc = $template;
                     $inc =~ s/__+/??$csep/;
                     $inc =~ s/##/$args/;

Tags: livejournal, pl, vadvs
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