mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 04:31:32 +00:00
add hook preViewDocument
This commit is contained in:
parent
e7f195f921
commit
4b9a4ac010
|
@ -412,6 +412,9 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
|
|||
|
||||
function show() { /* {{{ */
|
||||
parent::show();
|
||||
|
||||
$this->callHook('preViewDocument');
|
||||
|
||||
$dms = $this->params['dms'];
|
||||
$user = $this->params['user'];
|
||||
$folder = $this->params['folder'];
|
||||
|
|
Loading…
Reference in New Issue
Block a user