fix error when getting version of document

This commit is contained in:
Uwe Steinmann 2020-03-02 09:29:53 +01:00
parent 756a86abe5
commit 0e7b23ff4c

View File

@ -98,7 +98,7 @@ class SeedDMS_View_RevisionSummary extends SeedDMS_Bootstrap_Style {
print "</tr>\n</thead>\n<tbody>\n";
$printheader=false;
}
$sammel[] = array($document->getID(), $version->getVersion);
$sammel[] = array($document->getID(), $version->getVersion());
$txt = $this->callHook('documentListItem', $document, $previewer);
if(is_string($txt))
echo $txt;