* add new 'Context' Parameter to the template call
[citadel.git] / webcit / paging.c
index 502f9c069a1ff1a28a58de88e98b271d291a4717..ed05e2b7c1b29bb7d4b48d620da5b3c19b0dc064 100644 (file)
@@ -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;
 }