]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix stupid copy paste fail
authorLukas Reschke <lukas@owncloud.com>
Thu, 30 Oct 2014 09:37:59 +0000 (10:37 +0100)
committerLukas Reschke <lukas@owncloud.com>
Thu, 30 Oct 2014 09:37:59 +0000 (10:37 +0100)
...

lib/private/setup.php

index b82e0be72e83c7c60ee7d5f8824310f957339073..1125933c8e992693540bf671c57427da8cff494d 100644 (file)
@@ -76,7 +76,7 @@ class OC_Setup {
                        ),
                        'pgsql' => array(
                                'type' => 'function',
-                               'call' => 'oci_connect',
+                               'call' => 'pg_connect',
                                'name' => 'PostgreSQL'
                        ),
                        'oci' => array(