[Pkg-owncloud-commits] [owncloud] 14/134: Fixed configkey casing for PostgreSQL

David Prévot taffit at moszumanska.debian.org
Fri Apr 18 21:43:56 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 5bf9aab4644a4150ebae3b92226ea2ec51c12299
Author: Vincent Petry <pvince81 at owncloud.com>
Date:   Mon Mar 3 16:15:23 2014 +0100

    Fixed configkey casing for PostgreSQL
    
    Backport of fd5dec0 from master
---
 apps/user_ldap/lib/helper.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/user_ldap/lib/helper.php b/apps/user_ldap/lib/helper.php
index 7de7fe8..b5955cb 100644
--- a/apps/user_ldap/lib/helper.php
+++ b/apps/user_ldap/lib/helper.php
@@ -120,7 +120,7 @@ class Helper {
 
 		$saveOtherConfigurations = '';
 		if(empty($prefix)) {
-			$saveOtherConfigurations = 'AND `Configkey` NOT LIKE \'s%\'';
+			$saveOtherConfigurations = 'AND `configkey` NOT LIKE \'s%\'';
 		}
 
 		$query = \OCP\DB::prepare('

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