Fix the Makefile.in to properly clean the user_modules tree.
[citadel.git] / citadel / control.c
index 65a6d0fd62e9677fbbb67fcc23c98e31291a7579..2599815dc38b7b9951767a98eec486f684d8b18c 100644 (file)
@@ -666,7 +666,7 @@ void cmd_conf(char *argbuf)
                snprintf(buf, sizeof buf,
                         "The global system configuration has been edited by %s.\n",
                         CC->curr_user);
-               aide_message(buf,"Citadel Configuration Manager Message");
+               CtdlAideMessage(buf,"Citadel Configuration Manager Message");
 
                if (!IsEmptyStr(config.c_logpages))
                        CtdlCreateRoom(config.c_logpages, 3, "", 0, 1, 1, VIEW_BBS);