mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-10-28 05:58 pm

[dw-free] DW::Worker::SynSuck error

[commit: http://hg.dwscoalition.org/dw-free/rev/7b4cc7874e1f]

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

DW::Pay is now used centrally, so include it early.

Patch by [personal profile] kareila.

Files modified:
  • cgi-bin/LJ/User.pm
--------------------------------------------------------------------------------
diff -r 8b4cb56c5ca9 -r 7b4cc7874e1f cgi-bin/LJ/User.pm
--- a/cgi-bin/LJ/User.pm	Tue Oct 27 22:27:40 2009 -0500
+++ b/cgi-bin/LJ/User.pm	Wed Oct 28 17:58:18 2009 +0000
@@ -25,6 +25,7 @@ use LJ::Session;
 use LJ::Session;
 
 use DW::Logic::ProfilePage;
+use DW::Pay;
 use DW::User::ContentFilters;
 use DW::User::Edges;
 
--------------------------------------------------------------------------------