]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Merge branch 'tagprofile-ajax-fix' into 'nightly'
authormmn <mmn@hethane.se>
Sat, 6 Jun 2015 10:26:43 +0000 (10:26 +0000)
committermmn <mmn@hethane.se>
Sat, 6 Jun 2015 10:26:43 +0000 (10:26 +0000)
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


Trivial merge