[Pkg-owncloud-commits] [owncloud] 62/118: The key is over configkey, user and app, not the value
David Prévot
taffit at moszumanska.debian.org
Fri Mar 27 22:13:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit 97a65e153d9810198c19cd5d8727856a99ae211c
Author: Joas Schilling <nickvergessen at owncloud.com>
Date: Mon Mar 16 15:37:12 2015 +0100
The key is over configkey, user and app, not the value
stupid me :(
---
lib/private/allconfig.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/private/allconfig.php b/lib/private/allconfig.php
index bf8a403..f591bfe 100644
--- a/lib/private/allconfig.php
+++ b/lib/private/allconfig.php
@@ -195,7 +195,7 @@ class AllConfig implements \OCP\IConfig {
'userid' => $userId,
'appid' => $appName,
'configkey' => $key,
- ], ['configvalue', 'userid', 'appid']);
+ ], ['configkey', 'userid', 'appid']);
$affectedRows = 1;
} elseif ($exists) {
$data = array($value, $userId, $appName, $key);
--
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