From: mmn Date: Sat, 6 Jun 2015 10:26:43 +0000 (+0000) Subject: Merge branch 'tagprofile-ajax-fix' into 'nightly' X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a39f51c0441b22951412b2c00d88c34f39cb39c9;hp=-c;p=quix0rs-gnu-social.git Merge branch 'tagprofile-ajax-fix' into 'nightly' Only serve tagprofile HTML if we aren't POSTing via ajax This fixes an issue where POSTing the selftag form in the profile_block sidebar via AJAX would generate an XML response containing both the content from doPost() and showPage(), resulting in invalid XML. These changes make it so that if we're POSTing via AJAX, we serve content from doPost(), otherwise we serve showPage() but never both. See merge request !8 --- a39f51c0441b22951412b2c00d88c34f39cb39c9