diff --git a/htdocs/ecm/index.php b/htdocs/ecm/index.php index 4558066b5b2..bde92b547a2 100644 --- a/htdocs/ecm/index.php +++ b/htdocs/ecm/index.php @@ -327,7 +327,7 @@ if (empty($action) || $action == 'file_manager' || eregi('refresh',$action)) $ecmdirstatic->ref=$val['label']; // Refresh cache - if ($_GET['action'] == 'refreshauto') + if (eregi('refresh',$_GET['action'])) { $result=$ecmdirstatic->fetch($val['id']); $ecmdirstatic->ref=$ecmdirstatic->label;