From: Lukas Reschke Date: Thu, 30 Oct 2014 09:37:59 +0000 (+0100) Subject: Fix stupid copy paste fail X-Git-Tag: v8.0.0alpha1~414^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e219d72619583e5cc617d1389c5e46c5fc7edee1;p=nextcloud-server.git Fix stupid copy paste fail ... --- diff --git a/lib/private/setup.php b/lib/private/setup.php index b82e0be72e8..1125933c8e9 100644 --- a/lib/private/setup.php +++ b/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(