Skip to content
Snippets Groups Projects
Commit 2f417469 authored by James Cook's avatar James Cook
Browse files

DEV-42409 Email snapshot now fills in sender email address as before.

Sending now works.
Reviewed with Ambroff.
parent 668ba958
No related branches found
No related tags found
No related merge requests found
...@@ -291,7 +291,7 @@ void LLFloaterPostcard::uploadCallback(const LLUUID& asset_id, void *user_data, ...@@ -291,7 +291,7 @@ void LLFloaterPostcard::uploadCallback(const LLUUID& asset_id, void *user_data,
// static // static
void LLFloaterPostcard::updateUserInfo(const std::string& email) void LLFloaterPostcard::updateUserInfo(const std::string& email)
{ {
LLFloaterReg::const_instance_list_t& inst_list = LLFloaterReg::getFloaterList("impanel"); LLFloaterReg::const_instance_list_t& inst_list = LLFloaterReg::getFloaterList("postcard");
for (LLFloaterReg::const_instance_list_t::const_iterator iter = inst_list.begin(); for (LLFloaterReg::const_instance_list_t::const_iterator iter = inst_list.begin();
iter != inst_list.end(); ++iter) iter != inst_list.end(); ++iter)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment