diff --git a/src/ZM/Context/Context.php b/src/ZM/Context/Context.php index 41ae852a..8c89551b 100644 --- a/src/ZM/Context/Context.php +++ b/src/ZM/Context/Context.php @@ -112,7 +112,7 @@ class Context implements ContextInterface } public function finalReply($msg, $yield = false) { - ZMBuf::$context[$this->cid]["block_continue"] = true; + ZMBuf::$context[$this->cid]["cache"]["block_continue"] = true; if ($msg == "") return true; return $this->reply($msg, $yield); }