Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
b0f57d6e
Commit
b0f57d6e
authored
Nov 08, 2014
by
Lukas Reschke
Browse files
Use proper array key
Fixes
https://github.com/owncloud/core/issues/12047
parent
fa3b6192
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/setup/controller.php
View file @
b0f57d6e
...
...
@@ -147,7 +147,7 @@ class Controller {
return
array
(
'hasSQLite'
=>
isset
(
$databases
[
'sqlite'
]),
'hasMySQL'
=>
isset
(
$databases
[
'mysql'
]),
'hasPostgreSQL'
=>
isset
(
$databases
[
'p
ostgre
'
]),
'hasPostgreSQL'
=>
isset
(
$databases
[
'p
gsql
'
]),
'hasOracle'
=>
isset
(
$databases
[
'oci'
]),
'hasMSSQL'
=>
isset
(
$databases
[
'mssql'
]),
'databases'
=>
$databases
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment