* upgrade hash retriever function, it now takes the usual cloud of parameters as...
[citadel.git] / webcit / subst.c
index 6ede4a74cbc9c9c93d713df2c268caef8d4c6417..cca998a4014eae990d10473cb20ce374f3edc390 100644 (file)
@@ -1369,7 +1369,7 @@ void tmpl_iterate_subtmpl(StrBuf *Target, int nArgs, WCTemplateToken *Tokens, vo
        }
 
        if (It->StaticList == NULL)
-               List = It->GetHash(Tokens);
+               List = It->GetHash(Target, nArgs, Tokens, Context, ContextType);
        else
                List = It->StaticList;