From 7b0868ddac20c020b31310471c06b9a3a78ed5bd Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Thu, 6 Jul 2017 15:21:27 +0200 Subject: fix saving changes… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Arthur Schiwon --- apps/user_ldap/lib/Configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/user_ldap/lib/Configuration.php b/apps/user_ldap/lib/Configuration.php index f455adfefb8..44b50ce6837 100644 --- a/apps/user_ldap/lib/Configuration.php +++ b/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; } -- cgit v1.2.3