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
LQDN Adminsys
don
Commits
80d20265
Commit
80d20265
authored
Nov 23, 2018
by
Mindiell
Browse files
#69
: Les notifications sont désormais nettoyées après leur premier usage.
parent
c580a64b
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/controller/controller.php
View file @
80d20265
...
...
@@ -104,6 +104,9 @@ class Controller
if
(
$this
->
template
!=
''
)
{
echo
\
Template
::
instance
()
->
render
(
$this
->
template
);
}
// Une fois que tout est affiché, on peut supprimer les notifications
$f3
->
clear
(
'SESSION.message'
);
$f3
->
clear
(
'SESSION.error'
);
}
// Fonction utilisée pour sanitiser les données
...
...
Write
Preview
Markdown
is supported
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