Fixed: Wrong argument checked

This commit is contained in:
kervala 2016-12-19 09:26:28 +01:00
parent 1fdd44a673
commit 93b0557ca1

View file

@ -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);
} }
} }