unsale to class

This commit is contained in:
Igor Barkov [iwork] 2019-02-15 14:39:23 +02:00
parent 5b20c5060b
commit aa3a5dd32b
1 changed files with 2 additions and 2 deletions

View File

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