Save and verify bug correction

This commit is contained in:
Bonomani
2017-09-16 10:10:52 +02:00
parent f4d1efbdb8
commit 425c3e3729
2 changed files with 3 additions and 3 deletions

View File

@@ -159,7 +159,7 @@ if(isset($_POST['appname']) && ($_POST['appname'] === 'user_sql') && isset($_POS
// Try to verify the database connection settings
case 'verifySettings':
$cm = new \OC\DB\ConnectionFactory();
$cm = new \OC\DB\ConnectionFactory(\OC::$server->getSystemConfig());
if(!isset($_POST['sql_driver']))
{