* Use wDumpContent() instead of end_burst() where appropriate
[citadel.git] / webcit / tasks.c
index fecdb67cf7f44e55251609032114f9a9f0ef0de6..c2f4b827864e85038c7922b402aa753e20823268 100644 (file)
@@ -653,7 +653,7 @@ int tasks_GetParamsGetServerCall(SharedMessageStatus *Stat,
 
 int tasks_Cleanup(void **ViewSpecific)
 {
-       end_burst();
+       wDumpContent(1);
 /* Tasks doesn't need the calview struct... 
        free (*ViewSpecific);
        *ViewSpecific = NULL;