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

Fix: Refresh button broken on ECM module

parent bf40f95d
No related branches found
No related tags found
No related merge requests found
...@@ -327,7 +327,7 @@ if (empty($action) || $action == 'file_manager' || eregi('refresh',$action)) ...@@ -327,7 +327,7 @@ if (empty($action) || $action == 'file_manager' || eregi('refresh',$action))
$ecmdirstatic->ref=$val['label']; $ecmdirstatic->ref=$val['label'];
// Refresh cache // Refresh cache
if ($_GET['action'] == 'refreshauto') if (eregi('refresh',$_GET['action']))
{ {
$result=$ecmdirstatic->fetch($val['id']); $result=$ecmdirstatic->fetch($val['id']);
$ecmdirstatic->ref=$ecmdirstatic->label; $ecmdirstatic->ref=$ecmdirstatic->label;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment