lvhao hai 1 mes
pai
achega
fa720e158e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/CoreApp/controllers/Shop.php

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

@@ -60,7 +60,7 @@ class Shop extends Start_Controller {
 			if(!empty($type)){
 				$where  .= " and type = ".$type." ";
 			}
-			if($status === 0 || $status == 1){
+			if($status == 0 || $status == 1){
 				$where  .= " and status = ".$status." ";
 			}
             if(empty($page))