The key is over configkey, user and app, not the value
stupid me :(
This commit is contained in:
parent
1075914f8a
commit
06b2446269
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue