add hook preViewDocument

This commit is contained in:
Uwe Steinmann 2019-03-14 07:48:20 +01:00
parent e7f195f921
commit 4b9a4ac010

View File

@ -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'];