mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
make sure we are connected, as we need ADOdb object to convert charset to MySQL (eg. utf-8 --> utf8)
This commit is contained in:
parent
e1ad625fca
commit
3943fca39d
@ -1637,6 +1637,7 @@ class StreamWrapper implements Vfs\StreamWrapperIface
|
||||
break;
|
||||
}
|
||||
// get host used be egw_db
|
||||
$egw_db->connect();
|
||||
$host = $egw_db->get_host();
|
||||
|
||||
$dsn = self::$pdo_type.':dbname='.$egw_db->Database.($host ? ';host='.$host.($egw_db->Port ? ';port='.$egw_db->Port : '') : '');
|
||||
|
Loading…
Reference in New Issue
Block a user