Skip to content
Snippets Groups Projects
Commit fbf13ec2 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: wrong logical operator

parent 8941431e
No related branches found
No related tags found
No related merge requests found
......@@ -505,7 +505,7 @@ if ($action == 'create' && !$error)
//Mode liste
if (($action != 'create' && $action != 'add') || !$error)
if (($action != 'create' && $action != 'add') && !$error)
{
llxHeader();
?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment