Quick fix for #2595

2595-quick-fix
Clément OUDOT 4 years ago
parent 3ed77a01c2
commit 835d54c5fe
  1. 1
      lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Reload.pm

@ -639,7 +639,6 @@ sub oauth2Init {
sub substitute {
my ( $class, $expr ) = @_;
$expr ||= '';
# substitute special vars, just for retro-compatibility
$expr =~ s/\$date\b/&date/sg;

Loading…
Cancel
Save