Commit 0ada6699 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Correction d'un nom erroné de variable passée à une vue : passwordReset.

parent 0f113d26
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ class LdapConnectViewHelper extends AbstractHelper
                'enabled' => $this->enabled,
                'form' => $this->form,
                'redirect' => null,
                'password_reset' => false,
                'passwordReset' => false,
            ]);
        } catch (\Exception $e) {
            return '<p>' . $e->getMessage() . '</p><p>' . $e->getTraceAsString() . '</p>';