]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
A bunch of clientError that were called as serverError
authorMikael Nordfeldth <mmn@hethane.se>
Thu, 29 Jan 2015 22:35:49 +0000 (23:35 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 29 Jan 2015 22:35:49 +0000 (23:35 +0100)
commitacd36698b40ef9e4ae68bf806658353e4a2b8b5d
treedf2cb1210bc0c9ba206ce672ceb292f4c3faff4a
parent95751331deca49615941501fbf7da6226075c094
A bunch of clientError that were called as serverError

Calling serverError with a clientError status code (4xx) means it will
automatically default to Internal Server Error (500) which is in the
server error status code range (5xx). That is undesirable.
actions/all.php
actions/public.php
actions/replies.php
actions/showprofiletag.php
actions/tag.php
plugins/Favorite/actions/showfavorites.php
plugins/Oembed/actions/oembed.php