mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
init $tasks to empty array
This commit is contained in:
parent
849351e58b
commit
16ca3dc96a
|
@ -40,6 +40,7 @@ class SeedDMS_View_Tasks extends SeedDMS_Bootstrap_Style {
|
|||
$dms = $this->params['dms'];
|
||||
$user = $this->params['user'];
|
||||
$workflowmode = $this->params['workflowmode'];
|
||||
$tasks = array();
|
||||
if($workflowmode == 'traditional' || $workflowmode == 'traditional_only_approval') {
|
||||
$tasks['approval'] = array();
|
||||
if($workflowmode == 'traditional')
|
||||
|
|
Loading…
Reference in New Issue
Block a user