Explorar el Código

fix fcode_warning

stanley-king hace 7 años
padre
commit
af690a1436
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      helper/push_helper.php

+ 1 - 1
helper/push_helper.php

@@ -212,7 +212,7 @@ class push_helper
     {
         $goods_name = self::goods_name($cid);
         $remain_days = intval((time() - $usable_time) / 86400);
-        if(empty($goods_name))
+        if(!empty($goods_name))
         {
             $param = [];
             $param['member_id'] = $member_id;