Explorar el Código

fix special id bug

stanley-king hace 7 años
padre
commit
4fac4305c6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      helper/activity/optional_goods.php

+ 1 - 1
helper/activity/optional_goods.php

@@ -30,7 +30,7 @@ class opgroup
         $this->mStartTm = $start;
         $this->mEndTm = $end;
         $this->mRepeat = $repeat;
-        $this->mSpecialID;
+        $this->mSpecialID = $special_id;
 
         $this->mGoods = [];
     }