]> source.dussan.org Git - nextcloud-server.git/commitdiff
The key is over configkey, user and app, not the value
authorJoas Schilling <nickvergessen@owncloud.com>
Mon, 16 Mar 2015 14:37:12 +0000 (15:37 +0100)
committerJoas Schilling <nickvergessen@owncloud.com>
Mon, 16 Mar 2015 14:37:12 +0000 (15:37 +0100)
stupid me :(

lib/private/allconfig.php

index b8bba7986e60beb56a685934bcf73e1d9cdede04..8d4f13e5b9cf4b0853c0ec925c68b42769f0bf05 100644 (file)
@@ -196,7 +196,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);