diff --git a/views/bootstrap/class.SearchFulltext.php b/views/bootstrap/class.SearchFulltext.php index 6ab4de121..f29d2f9d3 100644 --- a/views/bootstrap/class.SearchFulltext.php +++ b/views/bootstrap/class.SearchFulltext.php @@ -91,7 +91,7 @@ class SeedDMS_View_SearchFulltext extends SeedDMS_Bootstrap_Style { else { $lc = $document->getLatestContent(); print ""; - print "getMimeIcon($lc->getFileType())."\" title=\"".htmlspecialchars($lc->getMimeType())."\">"; + print "getVersion()."\">getMimeIcon($lc->getFileType())."\" title=\"".htmlspecialchars($lc->getMimeType())."\">"; $docName = htmlspecialchars($document->getName()); print "getID()."\">/"; $folder = $document->getFolder();