mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-07 05:39:21 +00:00
get missing parameters in countTasks()
This commit is contained in:
parent
ab5411c44f
commit
0abffe1f3d
|
@ -203,6 +203,8 @@ class SeedDMS_View_Tasks extends SeedDMS_Theme_Style {
|
|||
function countTasks() { /* {{{ */
|
||||
$dms = $this->params['dms'];
|
||||
$user = $this->params['user'];
|
||||
$enablereceiptworkflow = $this->params['enablereceiptworkflow'];
|
||||
$enablerevisionworkflow = $this->params['enablerevisionworkflow'];
|
||||
$workflowmode = $this->params['workflowmode'];
|
||||
$tasksinmenu = $this->params['tasksinmenu'];
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user