forked from extern/egroupware
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
aa7857a4a6
commit
e2feea8e71
@ -1637,6 +1637,7 @@ class StreamWrapper implements Vfs\StreamWrapperIface
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
// get host used be egw_db
|
// get host used be egw_db
|
||||||
|
$egw_db->connect();
|
||||||
$host = $egw_db->get_host();
|
$host = $egw_db->get_host();
|
||||||
|
|
||||||
$dsn = self::$pdo_type.':dbname='.$egw_db->Database.($host ? ';host='.$host.($egw_db->Port ? ';port='.$egw_db->Port : '') : '');
|
$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