Committer: nnikulochkina
LJSUP-13479: Status of paid repost updating incorrectlyU trunk/cgi-bin/LJ/Entry/Repost.pm
Modified: trunk/cgi-bin/LJ/Entry/Repost.pm =================================================================== --- trunk/cgi-bin/LJ/Entry/Repost.pm 2012-09-03 08:14:13 UTC (rev 22793) +++ trunk/cgi-bin/LJ/Entry/Repost.pm 2012-09-03 08:38:54 UTC (rev 22794) @@ -607,7 +607,9 @@ $entry_obj->jitemid, $u->userid); - return { 'delete' => 'OK' }; + my $status = $class->get_status($entry_obj, $u); + $status->{'delete'} = 'OK'; + return $status; } return LJ::API::Error->get_error('entry_not_found');