The key is over configkey, user and app, not the value

stupid me :(
remotes/origin/etag-endpoint
Joas Schilling 10 years ago
parent 1075914f8a
commit 06b2446269
  1. 2
      lib/private/allconfig.php

@ -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…
Cancel
Save