$CONFIG_DBTYPE was never assigned but used in this function
This commit is contained in:
parent
003241e847
commit
2bd4035076
|
@ -475,7 +475,8 @@ class OC_DB {
|
||||||
*/
|
*/
|
||||||
public static function updateDbFromStructure($file) {
|
public static function updateDbFromStructure($file) {
|
||||||
$CONFIG_DBTABLEPREFIX = OC_Config::getValue( "dbtableprefix", "oc_" );
|
$CONFIG_DBTABLEPREFIX = OC_Config::getValue( "dbtableprefix", "oc_" );
|
||||||
|
$CONFIG_DBTYPE = OC_Config::getValue( "dbtype", "sqlite" );
|
||||||
|
|
||||||
self::connectScheme();
|
self::connectScheme();
|
||||||
|
|
||||||
// read file
|
// read file
|
||||||
|
|
Loading…
Reference in New Issue