mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
$CONFIG_DBTYPE was never assigned but used in this function
This commit is contained in:
parent
003241e847
commit
2bd4035076
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue