I believe there is a small type-o in the php\Datatables\Query.php file in the recent 1.6.5 version. The public where_group function has an is_object($key) check where $key is undefined on line 661.
is_object($key)
$key
This question has an accepted answers - jump to answer
You are absolutely correct - thank you for pointing that out!
It should be:
is_object($inOut)
It will be in the next version (be that 1.6.6 or 1.7 - I'm not sure yet).
Regards, Allan
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
You are absolutely correct - thank you for pointing that out!
It should be:
It will be in the next version (be that 1.6.6 or 1.7 - I'm not sure yet).
Regards,
Allan