Typo & make minify

This commit is contained in:
Christophe Maudoux 2019-12-20 21:45:35 +01:00
parent 165eced237
commit fd015301a5
4 changed files with 4 additions and 5 deletions

View File

@ -304,7 +304,7 @@ languages = en, fr, vi, it, ar, de, fi, tr
; CUSTOM PLUGINS
; If you want to add custom plugins, set list here (comma separated)
; Read Lemonldap::NG::Portal::Main::Plugin(3pm) man page.
;customPlugins = My::Package1, My::Package2
;customPlugins = ::My::Package1, ::My::Package2
; To avoid bad/expired OTT if "authssl" and "auth" are served by different Load Balancers
; you can override OTT configuration to store Upgrade or Issuer OTT into global storage

View File

@ -60,7 +60,7 @@ sub get {
## @method hashref getAll()
# Return all pending notifications.
# @return hashref where keys are internal reference and values are hashref with
# keys date, uid, ref ans condition.
# keys date, uid, ref and condition.
sub getAll {
my $self = shift;
opendir D, $self->{dirName};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long