mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Revert was not complete
This commit is contained in:
@@ -354,7 +354,8 @@ class DoliDBSqlite3 extends DoliDB
|
||||
*/
|
||||
function getVersion()
|
||||
{
|
||||
return $this->db->version()['versionString'];
|
||||
$tmp=$this->db->version();
|
||||
return $tmp['versionString'];
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user