Committer: ailyin
LJSUP-14663 (fix production warnings after release 100)U trunk/cgi-bin/ljviews.pl
Modified: trunk/cgi-bin/ljviews.pl =================================================================== --- trunk/cgi-bin/ljviews.pl 2012-12-19 15:06:55 UTC (rev 23485) +++ trunk/cgi-bin/ljviews.pl 2012-12-20 07:06:03 UTC (rev 23486) @@ -1677,7 +1677,7 @@ $friends_page{'head'} = ""; if (LJ::are_hooks('s2_head_content_extra')) { - LJ::run_hook('s2_head_content_extra', \$friends_page{'head'}, $remote, $opts->{r}); + LJ::run_hooks('s2_head_content_extra', \$friends_page{'head'}, $remote, $opts->{r}); } LJ::run_hooks('head_content', \$friends_page{'head'}); @@ -2305,7 +2305,7 @@ $calendar_page{'head'} = ""; if (LJ::are_hooks('s2_head_content_extra')) { - LJ::run_hook('s2_head_content_extra', \$calendar_page{'head'}, $remote, $opts->{r}); + LJ::run_hooks('s2_head_content_extra', \$calendar_page{'head'}, $remote, $opts->{r}); } LJ::run_hooks('head_content', \$calendar_page{'head'}); @@ -2574,7 +2574,7 @@ $day_page{'head'} = ""; if (LJ::are_hooks('s2_head_content_extra')) { - LJ::run_hook('s2_head_content_extra', \$day_page{'head'}, $remote, $opts->{r}); + LJ::run_hooks('s2_head_content_extra', \$day_page{'head'}, $remote, $opts->{r}); } LJ::run_hooks('head_content', \$day_page{'head'});