[Pkg-owncloud-commits] [owncloud] 07/34: Fix stupid copy paste fail

David Prévot taffit at moszumanska.debian.org
Fri Nov 7 11:44:10 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 1025c30885f28caa8761a942e6bb0f083f7e79e2
Author: Lukas Reschke <lukas at owncloud.com>
Date:   Thu Oct 30 10:37:59 2014 +0100

    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 1a3ae58..2d6cede 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(

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list