diff --git a/views/bootstrap/class.Dashboard.php b/views/bootstrap/class.Dashboard.php index ce1627ed5..ca288b762 100644 --- a/views/bootstrap/class.Dashboard.php +++ b/views/bootstrap/class.Dashboard.php @@ -121,7 +121,7 @@ class SeedDMS_View_Dashboard extends SeedDMS_Theme_Style { $previewer->setConverters($previewconverters); echo $this->contentHeading(getMLText('status_change')); - $documents = $dms->getLatestChanges('status', mktime(0, 0, 0)-7*86400, time()); + $documents = $dms->getLatestChanges('statuschange', mktime(0, 0, 0)-7*86400, time()); if (count($documents) > 0) { $this->printList($documents, $previewer); }