From: Björn Schießle Date: Tue, 9 Oct 2012 09:17:10 +0000 (+0200) Subject: $CONFIG_DBTYPE was never assigned but used in this function X-Git-Tag: v4.5.0~5 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2bd4035076dee5927d3f92fb7fcef3b75d1544ca;p=nextcloud-server.git $CONFIG_DBTYPE was never assigned but used in this function --- diff --git a/lib/db.php b/lib/db.php index 54d9a63fbce..f1597fb49fe 100644 --- a/lib/db.php +++ b/lib/db.php @@ -475,7 +475,8 @@ class OC_DB { */ public static function updateDbFromStructure($file) { $CONFIG_DBTABLEPREFIX = OC_Config::getValue( "dbtableprefix", "oc_" ); - + $CONFIG_DBTYPE = OC_Config::getValue( "dbtype", "sqlite" ); + self::connectScheme(); // read file