]> source.dussan.org Git - nextcloud-server.git/commitdiff
$CONFIG_DBTYPE was never assigned but used in this function
authorBjörn Schießle <schiessle@owncloud.com>
Tue, 9 Oct 2012 09:17:10 +0000 (11:17 +0200)
committerBjörn Schießle <schiessle@owncloud.com>
Tue, 9 Oct 2012 09:17:10 +0000 (11:17 +0200)
lib/db.php

index 54d9a63fbcec79d9116c99f7e071db0801e20ebe..f1597fb49fe354a10d0c8e8dcb5f99550b091bc2 100644 (file)
@@ -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