]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
If XMLOutputter $output arg is null, use php://output
authorMikael Nordfeldth <mmn@hethane.se>
Thu, 16 Jul 2015 21:58:04 +0000 (23:58 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 16 Jul 2015 21:58:04 +0000 (23:58 +0200)
commitba5a43f2f9c712cfb4d5dac4112e8cab25b4260c
tree84dd8b2a9d911f771e8e2265b0c55c401144954a
parentf1d9d8a6eded2d597d5a3157febc2de09c93d3a1
If XMLOutputter $output arg is null, use php://output

Since pushing a null value to the argument actually sets it to null
and not the default fallback (previously $output='php://output');
lib/xmloutputter.php