VACATION and REJECT messages now appear to come from
[citadel.git] / citadel / file_ops.c
index e5c442515644b4c5907b70cb5835eacd149c3cd0..bf4cee5b1f32c1393805b1b37868453e355b8a4f 100644 (file)
@@ -685,7 +685,7 @@ void cmd_ucls(char *cmd)
                snprintf(upload_notice, sizeof upload_notice,
                        "NEW UPLOAD: '%s'\n %s\n",
                        CC->upl_file, CC->upl_comment);
-               quickie_message(CC->curr_user, NULL, CC->room.QRname,
+               quickie_message(CC->curr_user, NULL, NULL, CC->room.QRname,
                                upload_notice, 0, NULL);
        } else {
                abort_upl(CC);