Skip to content
Snippets Groups Projects
Commit 4df61c3e authored by Brice Maron's avatar Brice Maron
Browse files

Simplify has sqlite test

parent e6ec0e8a
Branches
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ if( file_exists( $autosetup_file )) {
OC_Util::addScript('setup');
$hasSQLite = (is_callable('sqlite_open') and class_exists('SQLite3'));
$hasSQLite = class_exists('SQLite3');
$hasMySQL = is_callable('mysql_connect');
$hasPostgreSQL = is_callable('pg_connect');
$hasOracle = is_callable('oci_connect');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment