* add 'control context'; which will carry information from control elements into...
[citadel.git] / webcit / auth.c
index 364a2c3677764cdbce4db9672852f746441d1f96..0823216041913729645afc310dcff9d5be02d919 100644 (file)
@@ -793,7 +793,7 @@ void display_changepw(void)
 
        Buf = NewStrBufPlain(_("Change your password"), -1);
        memset(&SubTP, 0, sizeof(WCTemplputParams));
-       SubTP.ContextType = CTX_STRBUF;
+       SubTP.Filter.ContextType = CTX_STRBUF;
        SubTP.Context = Buf;
        DoTemplate(HKEY("beginbox"), NULL, &SubTP);