diff --git a/views/bootstrap/class.ViewDocument.php b/views/bootstrap/class.ViewDocument.php index 72cf93968..1cf5ce7b0 100644 --- a/views/bootstrap/class.ViewDocument.php +++ b/views/bootstrap/class.ViewDocument.php @@ -961,6 +961,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style { $targetDoc = $link->getTarget(); $targetlc = $targetDoc->getLatestContent(); + $previewer->createPreview($targetlc); print ""; print "getID()."&version=".$targetlc->getVersion()."\">"; if($previewer->hasPreview($targetlc)) {