$CONFIG_DBTYPE was never assigned but used in this function

remotes/origin/stable45
Björn Schießle 13 years ago
parent 003241e847
commit 2bd4035076
  1. 3
      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

Loading…
Cancel
Save