$CONFIG_DBTYPE was never assigned but used in this function

This commit is contained in:
Björn Schießle 2012-10-09 11:17:10 +02:00
parent 003241e847
commit 2bd4035076
1 changed files with 2 additions and 1 deletions

View 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