andy wrote in changelog

[livejournal] r17315: LJSV-1096 (Ads displaying on paid accoun...

Committer: ailyin
LJSV-1096 (Ads displaying on paid account polls for anonymous users)
U   trunk/htdocs/poll/index.bml
Modified: trunk/htdocs/poll/index.bml
===================================================================
--- trunk/htdocs/poll/index.bml	2010-09-09 04:36:10 UTC (rev 17314)
+++ trunk/htdocs/poll/index.bml	2010-09-09 06:08:38 UTC (rev 17315)
@@ -37,6 +37,8 @@
 
     my $u = $poll->journal;
 
+    LJ::set_active_journal($u);
+
     my $mode = "";
     $mode = $FORM{'mode'} if ($FORM{'mode'} =~ /(enter|results|ans)/);