X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fpreferences.c;h=f6e4bab1458695743eebb7633ebb3ab62486f670;hb=c5d32a4b382cc366776eb0ec06c93ab15245c6da;hp=8887f6fe5e9f37e10f05ab8b268a7db43014ff2b;hpb=5b9736dec3d511d35fb4a86ff913afcf9d7a811c;p=citadel.git diff --git a/webcit/preferences.c b/webcit/preferences.c index 8887f6fe5..f6e4bab14 100644 --- a/webcit/preferences.c +++ b/webcit/preferences.c @@ -737,7 +737,7 @@ InitModule_PREFERENCES RegisterNamespace("PREF:VALUE", 1, 1, tmplput_CFG_Value, CTX_SESSION); RegisterNamespace("PREF:DESCR", 1, 1, tmplput_CFG_Descr, CTX_SESSION); - RegisterIterator("PREF:ZONE", 0, ZoneHash, NULL, CfgZoneTempl, NULL, CTX_PREF); + RegisterIterator("PREF:ZONE", 0, ZoneHash, NULL, CfgZoneTempl, NULL, CTX_PREF, CTX_NONE); RegisterConditional(HKEY("COND:PREF"), 4, ConditionalPreference, CTX_NONE); }