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
7e98931d
Commit
7e98931d
authored
Sep 11, 2019
by
Mindiell
Browse files
Message intempestif supprimé sur la page de connexion
parent
b093ed9e
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/controller/perso.php
View file @
7e98931d
...
...
@@ -131,13 +131,11 @@ class Perso extends Controller
$f3
->
set
(
'block_content'
,
'user/perso.html'
);
}
else
{
$f3
->
push
(
'SESSION.error'
,
_
(
"Mauvais identifiant ou mot de passe."
));
Campaign
::
show
(
$f3
,
$args
);
return
;
}
}
else
{
$f3
->
push
(
'SESSION.error'
,
_
(
"Merci de renseigner une adresse mail."
));
Campaign
::
show
(
$f3
,
$args
);
return
;
if
(
$f3
->
get
(
'VERB'
)
==
'POST'
)
{
$f3
->
push
(
'SESSION.error'
,
_
(
"Merci de renseigner une adresse mail."
)
);
}
}
Campaign
::
show
(
$f3
,
$args
);
}
...
...
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