Committer: ailyin
fix for worker context, similar to r21895U trunk/cgi-bin/ljlib.pl
Modified: trunk/cgi-bin/ljlib.pl =================================================================== --- trunk/cgi-bin/ljlib.pl 2012-05-05 06:44:59 UTC (rev 21897) +++ trunk/cgi-bin/ljlib.pl 2012-05-05 07:46:28 UTC (rev 21898) @@ -2354,7 +2354,7 @@ LJ::Message->reset_singletons; LJ::Vertical->reset_singletons; LJ::Browse->reset_singletons; - LJ::Widget::Comment->clean_cache; + eval { LJ::Widget::Comment->clean_cache }; LJ::UniqCookie->clear_request_cache;