Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Téo GODDET
lemonldap-ng
Commits
4408852d
Commit
4408852d
authored
Feb 12, 2021
by
Maxime Besson
Browse files
tidy
parent
424cf91e
Changes
1
Hide whitespace changes
Inline
Side-by-side
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Init.pm
View file @
4408852d
...
...
@@ -125,8 +125,8 @@ sub init {
# Purge loaded module list
$self
->
loadedModules
(
{}
);
$self
->
afterSub
(
{}
);
$self
->
aroundSub
(
{}
);
$self
->
afterSub
(
{}
);
$self
->
aroundSub
(
{}
);
# Insert `reloadConf` in handler reload stack
Lemonldap::NG::Handler::
Main
->
onReload
(
$self
,
'
reloadConf
'
);
...
...
@@ -210,9 +210,9 @@ sub reloadConf {
foreach
(
qw(_macros _groups)
,
@entryPoints
)
{
$self
->
{
$_
}
=
[]
;
}
$self
->
afterSub
(
{}
);
$self
->
afterSub
(
{}
);
$self
->
aroundSub
(
{}
);
$self
->
spRules
(
{}
);
$self
->
spRules
(
{}
);
# Load conf in portal object
foreach
my
$key
(
keys
%$conf
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment