Fix: Refresh button broken on ECM module
This commit is contained in:
parent
bf40f95d85
commit
28efab9cc2
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user