diff --git a/webapp/controller/BigwheelController.class.php b/webapp/controller/BigwheelController.class.php index 2bf6adce..366c6b76 100644 --- a/webapp/controller/BigwheelController.class.php +++ b/webapp/controller/BigwheelController.class.php @@ -250,7 +250,7 @@ class BigwheelController extends BaseAuthedController { 'buy_price' => 0, ); $gridRef = null; - $this->getGridRefByGridId($data, $meta['id'], $girdRef); + $this->getGridRefByGridId($data, $meta['id'], $gridRef); if (!empty($gridRef)) { $item = $gridRef; }