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

Fix stupid copy paste fail
remotes/origin/fix-10825
Thomas Müller 10 years ago
commit 18f7f582ac
  1. 2
      lib/private/setup.php

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

Loading…
Cancel
Save