mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-28 10:30:42 +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();
|
$reviewers["g"] = array();
|
||||||
$approvers["i"] = array();
|
$approvers["i"] = array();
|
||||||
$approvers["g"] = array();
|
$approvers["g"] = array();
|
||||||
|
$workflow = null;
|
||||||
|
|
||||||
if($settings->_workflowMode == 'traditional' || $settings->_workflowMode == 'traditional_only_approval') {
|
if($settings->_workflowMode == 'traditional' || $settings->_workflowMode == 'traditional_only_approval') {
|
||||||
// add mandatory reviewers/approvers
|
// add mandatory reviewers/approvers
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user