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-12-14 10:06 pm

[dw-free] mass privacy tool not working

[commit: http://hg.dwscoalition.org/dw-free/rev/5f6ecf6684f1]

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

Tags module uses LJ::Lang but doesn't include it. Now fixed.

Patch by [staff profile] mark.

Files modified:
  • cgi-bin/LJ/Tags.pm
--------------------------------------------------------------------------------
diff -r faf5a504a662 -r 5f6ecf6684f1 cgi-bin/LJ/Tags.pm
--- a/cgi-bin/LJ/Tags.pm	Mon Dec 14 16:53:59 2009 +0000
+++ b/cgi-bin/LJ/Tags.pm	Mon Dec 14 22:06:51 2009 +0000
@@ -2,6 +2,7 @@ use strict;
 use strict;
 
 use LJ::Constants;
+use LJ::Lang;
 
 # <LJFUNC>
 # name: LJ::Tags::get_usertagsmulti
--------------------------------------------------------------------------------