Bug in `Join.php`

Bug in `Join.php`

RagnarGrootKoerkampRagnarGrootKoerkamp Posts: 48Questions: 14Answers: 1
edited January 2017 in Editor

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.

Replies

  • allanallan Posts: 61,864Questions: 1Answers: 10,136 Site admin

    Thank you! Fix committed and it will be in 1.6.2.

    Regards,
    Allan

This discussion has been closed.