diff --git a/src/Configuration.php b/src/Configuration.php index 9856571..66bcfbd 100644 --- a/src/Configuration.php +++ b/src/Configuration.php @@ -53,7 +53,7 @@ public function __construct( if ($k == 'delayMode') { $this->setDelay($this->delay, $v); } elseif ($k == 'delay') { - $this->setDelay($k, $this->delayMode); + $this->setDelay($v, $this->delayMode); } else { $this->$k = $v; }