lvhao пре 2 недеља
родитељ
комит
a4aaeaebc1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      core/CoreApp/controllers/Boss.php

+ 1 - 1
core/CoreApp/controllers/Boss.php

@@ -2148,7 +2148,7 @@ class Boss extends Start_Controller
 			$timetj = strtotime($timetj);
 			$source = $this->input->get('source', true);
 			if ($s) {
-				$shop = $this->shop->find_all("id = '$shop'");
+				$shop = $this->shop->find_all("id = '$s'");
 			} else {
 				$shop = $this->shop->find_all("(type = 269 or type = 270 or type = 1513  or type = 1514   ) and (" . rtrim($sid, 'or') . ')');
 			}