Wrong example in source (Query.php)
Wrong example in source (Query.php)

in Bug reports
Hi!
Example in Editor / Query.php line 565 is wrong.
- $q->where_or( 'location', 'Canada' );
Should be:
- $q->or_where( 'location', 'Canada' );
/Anders
This discussion has been closed.
Replies
Excellent, thanks for pointing that out. I've made the fix and that will be in the next release,
Colin