use viewspecific to transport params through the blogview_renderer
[citadel.git] / webcit / marchlist.c
index 2124697d43d9cee088cae2c2b2aaab5bfbbe46a7..7031d264309cf01101e3d923d89b12e74b537b35 100644 (file)
@@ -169,6 +169,7 @@ void gotonext(void)
        }
        if (WC->march != NULL) {
                next_room = NewStrBufPlain(pop_march(-1), -1);/*TODO: migrate march to strbuf */
+               putlbstr("gotonext", 1);
        } else {
                next_room = NewStrBufPlain(HKEY("_BASEROOM_"));
        }