fix saving changes…

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2017-07-06 15:21:27 +02:00 committed by Morris Jobke
parent 158e161a27
commit 7b0868ddac
No known key found for this signature in database
GPG key ID: FE03C3A163FEDE68

View file

@ -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;
}