From 51c9b29cfb7d428aeeff43cf1679f9ebe8a34603 Mon Sep 17 00:00:00 2001 From: "Igor Barkov [iwork]" Date: Mon, 14 Jan 2019 18:19:56 +0200 Subject: [PATCH] make class greater:modificators --- classes/ShopItem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/ShopItem.php b/classes/ShopItem.php index b5dc1e3..bee6b2d 100644 --- a/classes/ShopItem.php +++ b/classes/ShopItem.php @@ -24,7 +24,7 @@ class ShopItem extends Item */ public function printControls() { - $btnPrice = 'Купить за' . intval($this->cost) . 'кр.'; + $btnPrice = 'Купить за ' . intval($this->cost) . ' кр.'; echo <<