Fixed: Wrong argument checked

--HG--
branch : develop
feature/pipeline-tools
kervala 8 years ago
parent ede5a5a53b
commit bd13cabb13

@ -5489,7 +5489,7 @@ NLMISC_COMMAND (webExecCommand, "Execute a web command", "<user id> <web_app_url
if (command_args.size() > 8) if (command_args.size() > 8)
{ {
if (command_args[8] != "*") { if (command_args[8] != "*") {
NLMISC::fromString(command_args[7], z); NLMISC::fromString(command_args[8], z);
} }
} }

Loading…
Cancel
Save