afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-07-04 04:26 am

[dw-free] crossposter: /update.bml checkboxes end up in wrong state

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

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

Don't show crossposter options when doing ?altlogin=1

Patch by [personal profile] kareila.

Files modified:
  • cgi-bin/weblib.pl
--------------------------------------------------------------------------------
diff -r f6adc0f1e9dd -r f139ab27dd84 cgi-bin/weblib.pl
--- a/cgi-bin/weblib.pl	Sat Jul 04 01:35:13 2009 +0000
+++ b/cgi-bin/weblib.pl	Sat Jul 04 04:26:21 2009 +0000
@@ -1557,7 +1557,7 @@ MOODS
                  $out .= "</p>";
             }
 
-            if ($remote) {
+            if ( $remote && ! $altlogin ) {
                 # crosspost
                 $$onload .= " LiveJournal.updateXpostFromJournal('$remote->{user}');";
                 my @accounts = DW::External::Account->get_external_accounts($remote);
--------------------------------------------------------------------------------