Skip to content

Commit

Permalink
Update /comm/actions/listactions.php
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 authored and eldy committed Nov 23, 2014
1 parent 199239a commit 627e3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/comm/action/listactions.php
Expand Up @@ -100,7 +100,7 @@
}

// 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='';
Expand Down

0 comments on commit 627e3e0

Please sign in to comment.