X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=0e3c67aa0ec8ddd6aeea599bc3a1fe4149728e3d;hb=645d558d0d1411fc2c1f33c95b2783e1b0ae3e06;hp=d90c2ea654f6932d955b41bad9fdeb982d533187;hpb=4d237c20854c97cf7f53096a526ae75355a9fe2a;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index d90c2ea..0e3c67a 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).chunked_content($user->rd_zls_get(), $content); $response_l = mb_strlen($response, "ASCII");