Merge pull request #11860 from owncloud/fix-stupid-error-because-im-a-moro
Fix stupid copy paste fail
This commit is contained in:
commit
18f7f582ac
|
@ -76,7 +76,7 @@ class OC_Setup {
|
|||
),
|
||||
'pgsql' => array(
|
||||
'type' => 'function',
|
||||
'call' => 'oci_connect',
|
||||
'call' => 'pg_connect',
|
||||
'name' => 'PostgreSQL'
|
||||
),
|
||||
'oci' => array(
|
||||
|
|
Loading…
Reference in New Issue