TEMPLATING: add possibility to stack another context inbetween conditional tags
[citadel.git] / webcit / marchlist.c
index 990c24fced27a9b72311bf77c9911e6f75a8beda..2124697d43d9cee088cae2c2b2aaab5bfbbe46a7 100644 (file)
@@ -246,7 +246,7 @@ void
 InitModule_MARCHLIST
 (void)
 {
-       RegisterConditional(HKEY("COND:UNGOTO"), 0, ConditionalHaveUngoto, CTX_NONE);
+       RegisterConditional("COND:UNGOTO", 0, ConditionalHaveUngoto, CTX_NONE);
        RegisterNamespace("ROOM:UNGOTO", 0, 0, tmplput_ungoto, NULL, CTX_NONE);
 
        WebcitAddUrlHandler(HKEY("gotonext"), "", 0, _gotonext, NEED_URL);