Skip to content

[BUGFIX] Old Version of sg_ajax allowed simpler parameter bodys

Matthias Adrowski requested to merge bugfix_simple_parameters into master

In the old Version, a simple [parameter => value] was enough. The new dispatcher would only handle [namespace => parameter [value]]. This restores the old handling and merges both ways.

Merge request reports