mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 07:04:57 +00:00
fix wrong var name in addLogLine()
This commit is contained in:
parent
3cf091099b
commit
46d392f71f
|
@ -118,7 +118,7 @@ else if ($action == "editworkflowstate") {
|
|||
if ($editedWorkflowState->getDocumentStatus() != $docstatus)
|
||||
$editedWorkflowState->setDocumentStatus($docstatus);
|
||||
|
||||
add_log_line(".php&action=editworkflowstate&workflowstateid=".$workflow);
|
||||
add_log_line(".php&action=editworkflowstate&workflowstateid=".$workflowstateid);
|
||||
|
||||
}
|
||||
else UI::exitError(getMLText("admin_tools"),getMLText("unknown_command"));
|
||||
|
|
Loading…
Reference in New Issue
Block a user