Bugfix in triggerUrl action
This commit is contained in:
parent
fe924f6fe9
commit
bd42507521
@ -779,7 +779,7 @@ public class Action
|
||||
if(parameters.length >= 4)
|
||||
method = parameters[3];
|
||||
|
||||
if(parameters.length >= 5)
|
||||
if(parameters.length >= 5 && parameters[4] != null)
|
||||
{
|
||||
// has params
|
||||
String[] paramPairs = parameters[4].split(Action.actionParameters2SeparatorOuter);
|
||||
|
Loading…
Reference in New Issue
Block a user