diff --git a/views/bootstrap/class.TimelineFeed.php b/views/bootstrap/class.TimelineFeed.php index 41bd71efb..4b49aac23 100644 --- a/views/bootstrap/class.TimelineFeed.php +++ b/views/bootstrap/class.TimelineFeed.php @@ -127,7 +127,7 @@ class SeedDMS_View_TimelineFeed extends SeedDMS_Bootstrap_Style { ); $newItem->setDate(date('c', $d)); $newItem->setAuthor($owner->getFullName(), $owner->getEmail()); - $newItem->setId('out/out.ViewDocument.php?documentid='.$doc->getID(), true); + $newItem->setId($baseurl.'out/out.ViewDocument.php?documentid='.$doc->getID()."&kkk=".$classname, true); if(!empty($item['version'])) { $version = $doc->getContentByVersion($item['version']); $previewer->createPreview($version);