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
--------------------------------------------------------------------------------
kareila: (Default)

[personal profile] kareila 2011-12-01 02:34 pm (UTC)(link)
Oops :)