mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-23 19:50:40 -05:00
Update BonusController.php
This commit is contained in:
@@ -306,7 +306,7 @@ class BonusController extends Controller
|
||||
|
||||
$bon_transactions->itemID = $item['id'];
|
||||
$bon_transactions->name = $item['description'];
|
||||
$bon_transactions->cost = $item['value'];
|
||||
$bon_transactions->cost = $item['cost'];
|
||||
$bon_transactions->sender = $userID;
|
||||
$bon_transactions->comment = $item['description'];
|
||||
$bon_transactions->torrent_id = null;
|
||||
|
||||
Reference in New Issue
Block a user