madeon (madeon) wrote in changelog,
madeon
madeon
changelog

[livejournal] r19400: Fix: Uninitialized varaibles used.

Committer: sbelyaev
Fix: Uninitialized varaibles used.
U   trunk/cgi-bin/LJ/S2/HeadContent.pm
Modified: trunk/cgi-bin/LJ/S2/HeadContent.pm
===================================================================
--- trunk/cgi-bin/LJ/S2/HeadContent.pm	2011-06-30 02:41:07 UTC (rev 19399)
+++ trunk/cgi-bin/LJ/S2/HeadContent.pm	2011-06-30 02:59:17 UTC (rev 19400)
@@ -62,7 +62,7 @@
 
         $head_content .= qq(<meta http-equiv="Content-Type" );
         $head_content .= qq(content="text/html;);
-        $head_content .= qq(charset=$opts->{'saycharset'}" />\n);
+        $head_content .= qq(charset=$charset" />\n);
     }
 
     if ( LJ::are_hooks('s2_head_content_extra') ) {

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