mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 07:04:57 +00:00
init variable $workflow to prevent php warning
This commit is contained in:
parent
dfe50ca85b
commit
721aaed1c1
|
@ -682,6 +682,7 @@ switch($command) {
|
|||
$reviewers["g"] = array();
|
||||
$approvers["i"] = array();
|
||||
$approvers["g"] = array();
|
||||
$workflow = null;
|
||||
|
||||
if($settings->_workflowMode == 'traditional' || $settings->_workflowMode == 'traditional_only_approval') {
|
||||
// add mandatory reviewers/approvers
|
||||
|
|
Loading…
Reference in New Issue
Block a user