nramenta / dabble

Lightweight wrapper and collection of helpers for MySQLi
MIT License
13 stars 4 forks source link

set $ssl in Database constructor (missing) #6

Closed anoxic closed 7 years ago

anoxic commented 7 years ago

SSL doesn't trigger by default because the constructor doesn't actually set the $ssl property, so it's always null.