[Pkg-owncloud-commits] [owncloud] 06/15: Use proper array key

David Prévot taffit at moszumanska.debian.org
Thu Nov 13 18:17:34 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 35a71cc9a50670f68c97233d9e02261c120babca
Author: Lukas Reschke <lukas at owncloud.com>
Date:   Sat Nov 8 14:27:20 2014 +0100

    Use proper array key
    
    Fixes https://github.com/owncloud/core/issues/12047
---
 core/setup/controller.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/setup/controller.php b/core/setup/controller.php
index ffd95d8..6a9373f 100644
--- a/core/setup/controller.php
+++ b/core/setup/controller.php
@@ -147,7 +147,7 @@ class Controller {
 		return array(
 			'hasSQLite' => isset($databases['sqlite']),
 			'hasMySQL' => isset($databases['mysql']),
-			'hasPostgreSQL' => isset($databases['postgre']),
+			'hasPostgreSQL' => isset($databases['pgsql']),
 			'hasOracle' => isset($databases['oci']),
 			'hasMSSQL' => isset($databases['mssql']),
 			'databases' => $databases,

-- 
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