where_group bug in Editor v1.6.5

where_group bug in Editor v1.6.5

csdatumcsdatum Posts: 30Questions: 10Answers: 0

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.

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,438Questions: 1Answers: 10,049 Site admin
    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

This discussion has been closed.