Committer: vtroitsky
LJSUP-9330: XML-RPC response encoding of name attribute for polls returned by getpoll depends of the value (not base64 fixed)U trunk/cgi-bin/Apache/LiveJournal.pm
Modified: trunk/cgi-bin/Apache/LiveJournal.pm =================================================================== --- trunk/cgi-bin/Apache/LiveJournal.pm 2011-08-09 06:55:15 UTC (rev 19655) +++ trunk/cgi-bin/Apache/LiveJournal.pm 2011-08-09 07:15:32 UTC (rev 19656) @@ -1088,6 +1088,7 @@ return LJ::URI->bml_handler($LJ::AJAX_URI_MAP{$1}) if (LJ::Request->uri =~ /^\/__rpc_((?:ljapp|lj_times|ctxpopup|close|get).*)$/); return remote_domsess_bounce() if LJ::remote_bounce_url(); + return $bml_handler->("$LJ::HOME/htdocs/games/game.bml"); } elsif ( $func ) { @@ -2313,7 +2314,6 @@ # Key - field name, value - type. my %lj_types_map = ( journalname => 'string', - name => 'base64', ); my $recursive_mark_elements;