From df3bf1bf45d8d05e003b8003ba3927e87e2abe6a Mon Sep 17 00:00:00 2001 From: lopar Date: Mon, 30 Aug 2021 01:37:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D0=BD=D1=81=D1=82=D0=B0=D0=BD?= =?UTF-8?q?=D1=82=D0=B0=20=D0=B2=D0=BC=D0=B5=D1=81=D1=82=D0=BE=20=D1=87?= =?UTF-8?q?=D0=B8=D1=81=D0=BB=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shop.php b/shop.php index 4be9463..2815fbd 100644 --- a/shop.php +++ b/shop.php @@ -13,7 +13,7 @@ if (!empty($_GET['otdel'])) { if ($_GET['otdel'] !== 'sale') { Shop::$current->categoryType = $_GET['otdel']; } else { - Shop::$current->categoryType = -1; + Shop::$current->categoryType = Shop::CATEGORY_SALE_ITEMS; } }