Fix "Scalars leaked: 1" memory error. See LEMONLDAP-757

This commit is contained in:
David COUTADEUR 2014-10-23 17:14:05 +00:00
parent be542af6dd
commit 17855de7de

View File

@ -584,13 +584,6 @@ has 'mailFrom' => (
documentation => 'Sender email',
);
has 'mailSessionKey' => (
is => 'rw',
isa => 'Str',
default => 'mail',
documentation => 'Session parameter where mail is stored',
);
has 'mailOnPasswordChange' => (
is => 'rw',
isa => 'Bool',