Index: role_contracts.module
===================================================================
--- role_contracts.module	(revision 1013)
+++ role_contracts.module	(working copy)
@@ -579,9 +579,9 @@
       
       $acceptedText = t(variable_get('role_contracts_accepted_text','Agreement accepted by !firstName !lastName for !company on !date'),
         Array(
-          '!firstName' => $user->profile_firstname,
-          '!lastName' => $user->profile_lastname,
-          '!company' => $user->profile_company,
+          '!firstName' => $cUser->profile_firstname,
+          '!lastName' => $cUser->profile_lastname,
+          '!company' => $cUser->profile_company,
           '!date' => $effectiveDate,
         ));
       //Set the message
