diff --git a/e107_handlers/e_db_pdo_class.php b/e107_handlers/e_db_pdo_class.php index 38fda0c5d..cc5e2c55f 100644 --- a/e107_handlers/e_db_pdo_class.php +++ b/e107_handlers/e_db_pdo_class.php @@ -2796,7 +2796,7 @@ class e_db_pdo implements e_db { // debug_print_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS,2); $this->connect($this->mySQLserver, $this->mySQLuser, $this->mySQLpassword); - $this->database($this->mySQLdefaultdb); + $this->database($this->mySQLdefaultdb, $this->mySQLPrefix); //$this->mySQLaccess = e107::getDb()->get_mySQLaccess(); } }