@@ -97,7 +97,7 @@ |
||
97 | 97 | return $this->returnJsonResponse(JsonResponse::JSON_SUCCESS, __u('Sin cambios')); |
98 | 98 | } |
99 | 99 | |
100 | - return $this->saveConfig($configData, $this->config, function () use ($eventMessage) { |
|
100 | + return $this->saveConfig($configData, $this->config, function() use ($eventMessage) { |
|
101 | 101 | $this->eventDispatcher->notifyEvent('save.config.ldap', new Event($this, $eventMessage)); |
102 | 102 | }); |
103 | 103 | } catch (\Exception $e) { |