X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=707b20a1b3a2b4c7b286d54201c89179bfb8602a;hb=b41e2233431a8862b741c7eb4c998c1a47263ed7;hp=593b6e2a06e1be5c6d18dc76cfdf384e17aec184;hpb=9a17da4020740578e3a744630fd6be96c8237cab;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 593b6e2..707b20a 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -2366,7 +2366,7 @@ class Room } $content = ""; - $user->stream_init($s_a_p->rndstr, $enc, $header_out, $content, $get, $post, $cookie); + $user->stream_init($s_a_p->rndstr, $enc, $header, $header_out, $content, $get, $post, $cookie); $response = headers_render($header_out, -1).$user->chunked_content($content); $response_l = mb_strlen($response, "ASCII");