From 1025c30885f28caa8761a942e6bb0f083f7e79e2 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Thu, 30 Oct 2014 10:37:59 +0100 Subject: [PATCH] Fix stupid copy paste fail ... --- lib/private/setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/setup.php b/lib/private/setup.php index 1a3ae584abb..2d6cede42bc 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( -- 2.39.5