Fix error in CDA (#1440)

environments/ppa-mbqj77/deployments/1
Xavier Guimard 7 years ago
parent 015031eaaa
commit c1e4c6a6f0
  1. 2
      lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Lib/CDA.pm

@ -48,7 +48,7 @@ sub run {
return $class->REDIRECT;
}
}
return $class->SUPER::init( $req, $rule, $protection );
return $class->SUPER::run( $req, $rule, $protection );
}
## @rmethod protected hash getCDAInfos(id)

Loading…
Cancel
Save