* add contexttype, so the subst can precheck the context pointer for us, and bad...
[citadel.git] / webcit / who.c
index 0cc06bc8adeead255652e3b6481d37f5e6a7ebac..02f3630e90e716aa982ecd07950fecfa762a26a3 100644 (file)
@@ -496,5 +496,5 @@ InitModule_WHO
        WebcitAddUrlHandler(HKEY("terminate_session"), _terminate_session, 0);
        WebcitAddUrlHandler(HKEY("edit_me"), edit_me, 0);
 
-       RegisterIterator("WHOLIST", 0, NULL, GetWholistHash, WholistSubst, DeleteWholistHash);
+       RegisterIterator("WHOLIST", 0, NULL, GetWholistHash, WholistSubst, DeleteWholistHash, CTX_WHO);
 }