Update /comm/actions/listactions.php
This commit is contained in:
parent
e1addea6db
commit
8356c1b560
@ -100,7 +100,7 @@ if (! $user->rights->agenda->allactions->read || $filter=='mine') // If no permi
|
||||
}
|
||||
|
||||
// Purge search criteria
|
||||
if (GETPOST("button_removefilter"))
|
||||
if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter")) // Both test are required to be compatible with all browsers
|
||||
{
|
||||
$datestart='';
|
||||
$dateend='';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user