]> code.citadel.org Git - citadel.git/commitdiff
* ctdl_message_dir is the directory where messages are in, so we should substitute...
authorWilfried Göesgens <willi@citadel.org>
Thu, 7 Feb 2008 23:29:17 +0000 (23:29 +0000)
committerWilfried Göesgens <willi@citadel.org>
Thu, 7 Feb 2008 23:29:17 +0000 (23:29 +0000)
citadel/msgbase.c

index cc7870adc69f6c00c8b19452fb7e27bcce8d18d3..a76a242741dbc23478da1d90fa6a1e2e7ff9c165 100644 (file)
@@ -806,7 +806,7 @@ void do_help_subst(char *buffer)
        help_subst(buffer, "^variantname", CITADEL);
        snprintf(buf2, sizeof buf2, "%d", config.c_maxsessions);
        help_subst(buffer, "^maxsessions", buf2);
-       help_subst(buffer, "^bbsdir", ctdl_bbsbase_dir);
+       help_subst(buffer, "^bbsdir", ctdl_message_dir);
 }