Fix: wrong logical operator

This commit is contained in:
Regis Houssin 2015-09-02 14:09:19 +02:00
parent 8941431ee3
commit fbf13ec2c7

View File

@ -505,7 +505,7 @@ if ($action == 'create' && !$error)
//Mode liste
if (($action != 'create' && $action != 'add') || !$error)
if (($action != 'create' && $action != 'add') && !$error)
{
llxHeader();
?>