[ljcom] r11070: LJSV-1821 (translation variables not par...
Committer: ailyin
LJSV-1821 (translation variables not parsing on notification emails or notification page)U trunk/cgi-bin/LJ/Hooks/ESN.pm
Modified: trunk/cgi-bin/LJ/Hooks/ESN.pm
===================================================================
--- trunk/cgi-bin/LJ/Hooks/ESN.pm 2011-10-05 03:02:01 UTC (rev 11069)
+++ trunk/cgi-bin/LJ/Hooks/ESN.pm 2011-10-06 10:48:40 UTC (rev 11070)
@@ -118,7 +118,7 @@
undef,
{
siteroot => $LJ::SITEROOT,
- siteshortname => $LJ::SITENAME,
+ sitenameshort => $LJ::SITENAMESHORT,
});
$ret .= LJ::get_ads({ location => 'email.bottom', from_email => $LJ::BOGUS_EMAIL, to_u => $ru, remote => $ru });
@@ -142,7 +142,7 @@
undef,
{
siteroot => $LJ::SITEROOT,
- siteshortname => $LJ::SITENAME,
+ sitenameshort => $LJ::SITENAMESHORT,
timestamp => $now,
username => $u->user,
subs_id => $subs_id,
