This commit is contained in:
Christophe Maudoux 2019-10-13 22:47:57 +02:00
parent 6adbf402a0
commit 3c2ecfd04a

View File

@ -135,7 +135,7 @@ sub run {
eval "require Lemonldap::NG::Portal::$1";
$self->logger->debug("Unable to load decrypt module: $@")
if ($@);
$decryptedValue = eval "$_". '($cipheredValue)' unless ($@);
$decryptedValue = eval "$_" . '($cipheredValue)' unless ($@);
$self->logger->debug(
$@
? "Unable to eval decrypt function: $@"