* upsi, forgot that one.
authorWilfried Göesgens <willi@citadel.org>
Mon, 19 Oct 2009 19:20:47 +0000 (19:20 +0000)
committerWilfried Göesgens <willi@citadel.org>
Mon, 19 Oct 2009 19:20:47 +0000 (19:20 +0000)
webcit/gettext.c

index 0246bfd10cc29af89e2fbd981ad048def4effac5..2c0c1bccade81223a6bf16cf08ece93e4da26c36 100644 (file)
@@ -416,7 +416,7 @@ InitModule_GETTEXT
 (void)
 {
        initialize_locales();
-       RegisterNamespace("LANG:SELECT", 0, 0, tmplput_offer_languages, CTX_NONE);
+       RegisterNamespace("LANG:SELECT", 0, 0, tmplput_offer_languages, NULL, CTX_NONE);
 }