mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-30 11:23:33 +00:00
remove method call for download links
This commit is contained in:
parent
71f8c352d5
commit
dd8d32e103
|
|
@ -562,7 +562,6 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
|
|||
$approvalStatus = $latestContent->getApprovalStatus();
|
||||
$receiptStatus = $latestContent->getReceiptStatus();
|
||||
$revisionStatus = $latestContent->getRevisionStatus();
|
||||
$downloadlinks = $latestContent->getDownloadLinks($user->isAdmin() ? null : $user);
|
||||
?>
|
||||
|
||||
<div class="row-fluid">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user