@@ -92,7 +92,8 @@ class ctl_itemex
public function update_params($parms)
{
[$this->mSpeed, $this->mRatio, $this->mRatioCommit, $this->mNotifyTime,$this->mMonitorCommit] = $parms;
- if($this->mRatioCommit == 0) {
+
+ if($this->mNotifyTime == 0) {
$this->mNotifyTime = 1;
}