Rework blogview renderer, so it can build the threads with only the information our...
[citadel.git] / webcit / tasks.c
index d9afe93a19e8742ace9b81b2ddd733cc0478316e..66b05e3e09f841ea2376a01702003a7e4c9aa92f 100644 (file)
@@ -758,6 +758,7 @@ InitModule_TASKS
                NULL,
                tasks_LoadMsgFromServer,
                tasks_RenderView_or_Tail,
-               tasks_Cleanup);
+               tasks_Cleanup,
+               NULL);
        WebcitAddUrlHandler(HKEY("save_task"), "", 0, save_task, 0);
 }