This commit is contained in:
Florian HENRY
2015-04-18 23:43:11 +02:00
parent 5c80d46b74
commit 41631ceed9
2 changed files with 3 additions and 4 deletions

View File

@@ -503,9 +503,8 @@ if ($action == 'create' && !$error)
print "</table>\n";
}
//Mode liste
if (($action != 'create' && $action != 'add') || !$error)
if (($action != 'create' && $action != 'add') && !$error)
{
llxHeader();
?>