Fix stupid copy paste fail

...
This commit is contained in:
Lukas Reschke 2014-10-30 10:37:59 +01:00
parent ea55848fa1
commit e219d72619
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(