Committer: nnikulochkina
LJSUP-14157: Add 'limit social capital' param to paid repost settingsU trunk/cgi-bin/ljprotocol.pl
Modified: trunk/cgi-bin/ljprotocol.pl =================================================================== --- trunk/cgi-bin/ljprotocol.pl 2012-11-02 13:59:50 UTC (rev 23251) +++ trunk/cgi-bin/ljprotocol.pl 2012-11-06 07:17:00 UTC (rev 23252) @@ -3116,7 +3116,7 @@ return fail( $err, 217 ) if $req->{itemid} || $req->{anum}; return fail( $err, 215 ) unless $req->{tz}; - if ( $req->{repost_budget} || LJ::CleanHtml::Like->extract_repost_budget(\$req->{event}) ) { + if ( $req->{repost_budget} || LJ::CleanHtml::Like->extract_repost_params(\$req->{event}) ) { return fail($err, 159); }