mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 07:04:57 +00:00
fix for deleting previews from cache
This commit is contained in:
parent
51f66a5d12
commit
f4ee4cdcc4
|
@ -67,7 +67,7 @@ class SeedDMS_View_ClearCache extends SeedDMS_Theme_Style {
|
|||
}
|
||||
$totalc += $c;
|
||||
$totalspace += $space;
|
||||
$this->output('preview', getMLText('preview_'.$t), $space, $c);
|
||||
$this->output('preview'.$t, getMLText('preview_'.$t), $space, $c);
|
||||
}
|
||||
|
||||
/* Javascript */
|
||||
|
|
Loading…
Reference in New Issue
Block a user