Fix: wrong logical operator
This commit is contained in:
parent
8941431ee3
commit
fbf13ec2c7
@ -505,7 +505,7 @@ if ($action == 'create' && !$error)
|
|||||||
|
|
||||||
|
|
||||||
//Mode liste
|
//Mode liste
|
||||||
if (($action != 'create' && $action != 'add') || !$error)
|
if (($action != 'create' && $action != 'add') && !$error)
|
||||||
{
|
{
|
||||||
llxHeader();
|
llxHeader();
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user