[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
fu.
Files modified:
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]](https://www.dreamwidth.org/img/silk/identity/user.png)
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 --------------------------------------------------------------------------------