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-05-18 12:39 am

[dw-free] crossposts to deadjournal fail if location is entered

[commit: http://hg.dwscoalition.org/dw-free/rev/1eeef8b46daa]

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

More crossposter compensation for DeadJournal being so old.

Patch by [personal profile] afuna.

Files modified:
  • cgi-bin/DW/External/Site/DeadJournal.pm
--------------------------------------------------------------------------------
diff -r ae1539071c7f -r 1eeef8b46daa cgi-bin/DW/External/Site/DeadJournal.pm
--- a/cgi-bin/DW/External/Site/DeadJournal.pm	Mon May 18 00:35:43 2009 +0000
+++ b/cgi-bin/DW/External/Site/DeadJournal.pm	Mon May 18 00:39:01 2009 +0000
@@ -81,6 +81,7 @@ sub pre_crosspost_hook {
     # avoid "unknown metadata" error
     delete $req->{props}->{useragent};
     delete $req->{props}->{adult_content};
+    delete $req->{props}->{current_location};
 
     return $req;
 }
--------------------------------------------------------------------------------