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( 'pgsql' => array(
'type' => 'function', 'type' => 'function',
'call' => 'oci_connect', 'call' => 'pg_connect',
'name' => 'PostgreSQL' 'name' => 'PostgreSQL'
), ),
'oci' => array( 'oci' => array(