Hi,
there is bug in this file on line 117, pls correct this:

if (DatabaseConnection::getConnection()->databaseType() == 'mysql') {

to:

if (Database::getConnection()->databaseType() == 'mysql') {

Class DatabaseConnection doesnt have function getConnection(), thx.

Comments

dawehner’s picture

Status: Active » Fixed

Oh sure, committed to 7.-3.x

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.