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
b093ed9e
Commit
b093ed9e
authored
Sep 11, 2019
by
Mindiell
Browse files
#90
Erreur potentiellement corrigée suite à l'initalisation des conteneurs de messages
parent
571263c9
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/controller/controller.php
View file @
b093ed9e
...
...
@@ -102,6 +102,10 @@ class Controller
asort
(
$atailles
);
$f3
->
set
(
'atailles'
,
$atailles
);
// On initialise les messages en tableau vide, par défaut
$f3
->
set
(
'SESSION.message'
,
array
());
$f3
->
set
(
'SESSION.error'
,
array
());
// Ceci n'est valable que pour les tests en CLI
if
(
strlen
(
$f3
[
"RESPONSE"
])
>
0
)
{
$f3
->
clear
(
"RESPONSE"
);
...
...
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