Bug in `Join.php`
Bug in `Join.php`
RagnarGrootKoerkamp
Posts: 48Questions: 14Answers: 1
This code in Join.php
(line 691)
->where_group( function ( $q ) use ( $that ) {
$q->or_where( $that->_join['child'], $ids );
} );
gives an error. $ids
should also be part of the use
clause.
This discussion has been closed.
Replies
Thank you! Fix committed and it will be in 1.6.2.
Regards,
Allan