fix for deleting previews from cache

This commit is contained in:
Uwe Steinmann 2024-09-18 10:36:06 +02:00
parent 51f66a5d12
commit f4ee4cdcc4

View File

@ -67,7 +67,7 @@ class SeedDMS_View_ClearCache extends SeedDMS_Theme_Style {
} }
$totalc += $c; $totalc += $c;
$totalspace += $space; $totalspace += $space;
$this->output('preview', getMLText('preview_'.$t), $space, $c); $this->output('preview'.$t, getMLText('preview_'.$t), $space, $c);
} }
/* Javascript */ /* Javascript */