Skip to content
Snippets Groups Projects
Commit 2bd40350 authored by Björn Schießle's avatar Björn Schießle
Browse files

$CONFIG_DBTYPE was never assigned but used in this function

parent 003241e8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment