X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fpaging.c;h=ed05e2b7c1b29bb7d4b48d620da5b3c19b0dc064;hb=6f1846672284d64b74a10937813320271293ad66;hp=502f9c069a1ff1a28a58de88e98b271d291a4717;hpb=d3865a3e08f6e62ded13210dccb4da0d26eee532;p=citadel.git diff --git a/webcit/paging.c b/webcit/paging.c index 502f9c069..ed05e2b7c 100644 --- a/webcit/paging.c +++ b/webcit/paging.c @@ -128,7 +128,7 @@ void do_chat(void) * output by begin_ajax_response() happen to be the ones we need.) */ begin_ajax_response(); - do_template("chatframeset"); + do_template("chatframeset", NULL); end_ajax_response(); return; }