Merge pull request #3453 from hregis/3.7_bug
Fix: wrong logical operator
This commit is contained in:
commit
7640abe6fc
@ -505,7 +505,7 @@ if ($action == 'create' && !$error)
|
||||
|
||||
|
||||
//Mode liste
|
||||
if (($action != 'create' && $action != 'add') || !$error)
|
||||
if (($action != 'create' && $action != 'add') && !$error)
|
||||
{
|
||||
llxHeader();
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user