* migrated cmd_ent3() to CtdlSaveMessage()
[citadel.git] / citadel / file_ops.c
index 955228e0b2e0cd05fe02adfce14728ca8c1d10d4..6dfccb4e239ffe92983297b94a81f9ffb247add0 100644 (file)
@@ -552,7 +552,7 @@ void cmd_ucls(char *cmd)
                sprintf(upload_notice,
                        "NEW UPLOAD: '%s'\n %s\n",
                        CC->upl_file,CC->upl_comment);
-               quickie_message(CC->curr_user, CC->quickroom.QRname,
+               quickie_message(CC->curr_user, NULL, CC->quickroom.QRname,
                                upload_notice);
                }
        else {