Merge pull request #11860 from owncloud/fix-stupid-error-because-im-a-moro

Fix stupid copy paste fail
This commit is contained in:
Thomas Müller 2014-10-30 14:45:58 +01:00
commit 18f7f582ac
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class OC_Setup {
),
'pgsql' => array(
'type' => 'function',
'call' => 'oci_connect',
'call' => 'pg_connect',
'name' => 'PostgreSQL'
),
'oci' => array(