Saving vCards now requires the API caller to specify the room
[citadel.git] / webcit / useredit.c
index 16f4c48f72c5324a028c70ad83677e67be428786..39f42f760cdb10f855c63cd530ea61ecc052e362 100644 (file)
@@ -208,7 +208,7 @@ void display_edit_address_book_entry(char *username, long usernum) {
                return;
        }
 
-       do_edit_vcard(vcard_msgnum, "1", "select_user_to_edit");
+       do_edit_vcard(vcard_msgnum, "1", "select_user_to_edit", roomname);
 }