catfan / Medoo

The lightweight PHP database framework to accelerate the development.
https://medoo.in
MIT License
4.83k stars 1.15k forks source link

v1.7 buildJoin method bug #851

Closed webgoto closed 5 years ago

webgoto commented 5 years ago

By splitting the selectContext method There is a problem with the buildJoin method.

in Medoo.php buildJoin method

1088: $table . '."' . $key . '"'

Undefined variable $table

catfan commented 5 years ago

Fixed on b2d8327f5fe800b9646f683dfc7a1d6b496a370f. Duplicated #850.