fix saving changes…

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
pull/5568/head
Arthur Schiwon 8 years ago committed by Morris Jobke
parent 158e161a27
commit 7b0868ddac
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
  1. 2
      apps/user_ldap/lib/Configuration.php

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