* add contexttype, so the subst can precheck the context pointer for us, and bad...
[citadel.git] / webcit / summary.c
index 00a52096dddc9e4e1cf9f99ddd8aa97617c1bae0..2752cbd3a752a0e5cccc0fd8a384558a16f830dc 100644 (file)
@@ -259,7 +259,7 @@ void summary(void) {
         wprintf("</h2></div>");
        wprintf("<ul class=\"room_actions\">\n");
        wprintf("<li class=\"start_page\">");
-       offer_start_page(NULL, 0, NULL, NULL);
+       offer_start_page(NULL, 0, NULL, NULL, CTX_NONE);
         wprintf("</li></ul>");
         wprintf("</div>");