Home
last modified time | relevance | path

Searched hist:"609 bd2811d3f2b27aba3e87f3aa48812e408c0fd" (Results 1 – 1 of 1) sorted by relevance

/plugin/struct/helper/
H A Ddb.php609bd2811d3f2b27aba3e87f3aa48812e408c0fd Sun Mar 03 15:58:20 UTC 2019 Michael Große <mic.grosse@googlemail.com> 🐛 Fix fatal error if no sqlite adapter is available

If the sqlite plugin is installed and active, but no sqlite is available to the php binary (e.g. if
the extension is not installed or not enabled) then that would cause a fatal error, because
getAdapter returns null and that case and trying to access getName on null doesn't work.

Closes #440