fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-12-01 08:11 am

[dw-free] better organization of LJ functions

[commit: http://hg.dwscoalition.org/dw-free/rev/81180d3571b1]

http://bugs.dwscoalition.org/show_bug.cgi?id=3965

LJ::note_recent_action => LJ::DB::note_recent_action. (Missed a spot because
the file was renamed in another bug)

Patch by [personal profile] fu.

Files modified:
  • cgi-bin/LJ/Protocol.pm
--------------------------------------------------------------------------------
diff -r b9af037b2e58 -r 81180d3571b1 cgi-bin/LJ/Protocol.pm
--- a/cgi-bin/LJ/Protocol.pm	Thu Dec 01 15:59:07 2011 +0800
+++ b/cgi-bin/LJ/Protocol.pm	Thu Dec 01 16:11:31 2011 +0800
@@ -1658,7 +1658,7 @@
     $u->invalidate_directory_record;
 
     # note this post in recentactions table
-    LJ::note_recent_action($uowner, 'post');
+    LJ::DB::note_recent_action($uowner, 'post');
 
     # if the post was public, and the user has not opted out, try to insert into the random table;
     # We're doing a REPLACE INTO because chances are the user will already
--------------------------------------------------------------------------------

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org