Committer: sbelyaev
LJSUP-12926: Undefined subroutine: CleanHtml/Like.pm line 75U trunk/cgi-bin/LJ/CleanHtml/Like.pm
Modified: trunk/cgi-bin/LJ/CleanHtml/Like.pm =================================================================== --- trunk/cgi-bin/LJ/CleanHtml/Like.pm 2012-07-12 08:28:27 UTC (rev 12273) +++ trunk/cgi-bin/LJ/CleanHtml/Like.pm 2012-07-12 08:33:57 UTC (rev 12274) @@ -3,6 +3,8 @@ use strict; use warnings; +require 'weblib.pl'; + use Encode; use LJ::Entry; use LJ::HTML::Template;