correct category var

This commit is contained in:
Andrey Kuvshinov
2020-05-21 17:37:25 +03:00
parent a48a398f15
commit 19645016a4

View File

@@ -216,7 +216,7 @@ function promo_kuri($hash, $page = 0, $promo = true){
$count = $data['count'];
$pagenum = 1;
$newcurr = strtotime($price['BeginDate']);
$category = price['category_id'];
$category = $price['category_id'];
if ($promo){
$filedown = True;