unsale to class

This commit is contained in:
Igor Barkov [iwork] 2019-02-15 14:39:23 +02:00
parent 5b20c5060b
commit aa3a5dd32b

View File

@ -49,11 +49,11 @@ class ShopItem extends Item
break; break;
case 'marketback': case 'marketback':
$btnValue = "Снять товар с продажи"; $btnValue = "Снять товар с продажи";
$btnLink = "/?back={$this->id}&rnd=" . mt_rand(); $btnLink = "?back={$this->id}&rnd=" . mt_rand();
break; break;
case 'marketshowmore': case 'marketshowmore':
$btnValue = "Развернуть"; $btnValue = "Развернуть";
$btnLink = "/?max={$this->name}&rnd=" . mt_rand(); $btnLink = "?max={$this->name}&rnd=" . mt_rand();
break; break;
} }