Skip to content

handle 'json=1' case

JonGold requested to merge JonGold/apirestlog:json-1 into 1.x

The extensioon currently assumes that $_REQUEST['json'] is a string representation of a JSON object, but json=1 is also valid. This MR handles the json=1 case.

Merge request reports