Skip to content
Snippets Groups Projects
Commit ca80c588 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix PHP error

parent b8b32ae2
No related branches found
No related tags found
Loading
......@@ -73,7 +73,7 @@ if ($boxorder && $zone != '' && $userid > 0)
if ($result > 0)
{
$langs->load("boxes");
if (empty(GETPOST('closing')))
if (! GETPOST('closing'))
{
setEventMessages($langs->trans("BoxAdded"), null);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment