Committer: gprochaev
LJSUP-10238. Minor fixU trunk/htdocs/manage/vgift.bml
Modified: trunk/htdocs/manage/vgift.bml =================================================================== --- trunk/htdocs/manage/vgift.bml 2011-11-01 13:11:04 UTC (rev 11132) +++ trunk/htdocs/manage/vgift.bml 2011-11-01 13:47:35 UTC (rev 11133) @@ -42,8 +42,9 @@ # promo and tracking my $xtra = ""; + my $gifttype = undef; if (LJ::is_enabled('shop3') || LJ::is_enabled('shop3_beta')) { - my $gifttype = $g->gifttype(); + $gifttype = $g->gifttype(); $xtra .= $gifttype->tagline($remote) if ($gifttype->tagline($remote)); $xtra .= $gifttype->tracking($remote) if ($gifttype->tracking($remote)); } else {