mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-01 14:37:20 +00:00
fix error when getting version of document
This commit is contained in:
parent
756a86abe5
commit
0e7b23ff4c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user