-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Short description of the issue
__debugInfo() for $input is empty
Expected behavior
It should return an array of the data
Actual behavior
It's blank - print_r($input->post)
looks like this:
ProcessWire\WireInputData Object ( )
whereas print_r($_POST)
looks like this:
Array ( [messageId] => 1455 [allOrGroups] => single [singleUser] => ,1100 [testFromNumber] => [groups] => )
Toutouwai