juks (juks) wrote in changelog,
juks
juks
changelog

[livejournal] r18839: LJSUP-8533 Logging automatic email inval...

Committer: iaskarov
LJSUP-8533 Logging automatic email invalidation
U   trunk/cgi-bin/LJ/User/EmailStatus.pm
Modified: trunk/cgi-bin/LJ/User/EmailStatus.pm
===================================================================
--- trunk/cgi-bin/LJ/User/EmailStatus.pm	2011-04-11 08:49:08 UTC (rev 18838)
+++ trunk/cgi-bin/LJ/User/EmailStatus.pm	2011-04-11 09:29:27 UTC (rev 18839)
@@ -142,7 +142,7 @@
         my $new_status = $is_disabled ? 'T' : 'A';
         
         LJ::update_user($user, { 'status' => $new_status } );
-        LJ::infohistory_add($user->userid, 'email_status', $old_status, "new value: $new_status");
+        LJ::infohistory_add($user->userid, 'email_status', $old_status, $user->email_raw);
     }
 }
 

Tags: juks, livejournal, pm
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 0 comments