summaryrefslogtreecommitdiffstats
path: root/core/setup.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/setup.php')
-rw-r--r--core/setup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/setup.php b/core/setup.php
index 7a5c6d5f3e0..66b8cf378bd 100644
--- a/core/setup.php
+++ b/core/setup.php
@@ -12,7 +12,7 @@ if( file_exists( $autosetup_file )) {
OC_Util::addScript('setup');
-$hasSQLite = (is_callable('sqlite_open') or class_exists('SQLite3'));
+$hasSQLite = class_exists('SQLite3');
$hasMySQL = is_callable('mysql_connect');
$hasPostgreSQL = is_callable('pg_connect');
$hasOracle = is_callable('oci_connect');