mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
fix saving changes…
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
158e161a27
commit
7b0868ddac
1 changed files with 1 additions and 1 deletions
|
|
@ -190,8 +190,8 @@ class Configuration {
|
|||
if(is_array($applied)) {
|
||||
$applied[] = $inputKey;
|
||||
// storing key as index avoids duplication, and as value for simplicity
|
||||
$this->unsavedChanges[$key] = $key;
|
||||
}
|
||||
$this->unsavedChanges[$key] = $key;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue