Setting oci as supported database

This commit is contained in:
Thomas Müller 2015-03-11 14:29:22 +01:00
parent ad97ceb787
commit cba3ec2c7f
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ class Install extends Command {
protected function execute(InputInterface $input, OutputInterface $output) {
// validate the environment
$this->config->setSystemValue('supportedDatabases', ['sqlite', 'mysql', 'pgsql', 'oci']);
$setupHelper = new Setup($this->config, \OC::$server->getIniWrapper(), \OC::$server->getL10N('lib'), new \OC_Defaults());
$sysInfo = $setupHelper->getSystemInfo();
$errors = $sysInfo['errors'];