diff --git a/webapp/controller/ActivityController.class.php b/webapp/controller/ActivityController.class.php index 0715f97..1dfb31e 100644 --- a/webapp/controller/ActivityController.class.php +++ b/webapp/controller/ActivityController.class.php @@ -1821,7 +1821,7 @@ class ActivityController $onedraw = !isset($_REQUEST['type']) || $_REQUEST['type'] == 0; $cost_strings = $onedraw ? explode(":", $dr["onecost"]) : explode(":", $dr['tencost']); if (sizeof($cost_strings) > 1) { - $costid = $cost_strings[1]; + $costid = $cost_strings[0]; $count = $cost_strings[1]; if ($costid == 10003) { $row = $conn->execQueryOne(