diff --git a/wrenchboard/src/shared_tool/payments.cc b/wrenchboard/src/shared_tool/payments.cc index 4da776b9..195a5d24 100644 --- a/wrenchboard/src/shared_tool/payments.cc +++ b/wrenchboard/src/shared_tool/payments.cc @@ -288,7 +288,7 @@ long WrenchFamilyTransferCredit( CVars in, CVars &out ){ // snprintf(title, sizeof (title), "%lu(%s) Reward sent to %s",out["amount"].Long()*0.01,out["currency"].c_str(), out["firstname"].c_str()); xxx["title"] = out["title"]; xxx["title"].set_valid( true ); xxx["description"] = out["description"]; xxx["description"].set_valid( true ); - WrenchLogRecent(xxx, yy); + WrenchLogRecent(out, yy); // out contains everything needed }