Committer: vad
LJSUP-7999: Error when try to delete a commentU trunk/htdocs/delcomment.bml
Modified: trunk/htdocs/delcomment.bml =================================================================== --- trunk/htdocs/delcomment.bml 2011-02-22 10:30:24 UTC (rev 18379) +++ trunk/htdocs/delcomment.bml 2011-02-22 10:33:41 UTC (rev 18380) @@ -56,7 +56,7 @@ my ($why) = @_; if ( $mode eq 'html' ) { - return $site_scheme_wrap( LJ::bad_input($why) ); + return $site_scheme_wrap->( LJ::bad_input($why) ); } else { return $error->("Bad input: $why"); }