Merge pull request #3453 from hregis/3.7_bug

Fix: wrong logical operator
This commit is contained in:
Laurent Destailleur 2015-09-03 10:40:10 +02:00
commit 7640abe6fc

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();
?>