[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
afuna.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1238
More crossposter compensation for DeadJournal being so old.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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; } --------------------------------------------------------------------------------