Fixed: Wrong argument checked

--HG--
branch : develop
This commit is contained in:
kervala 2016-12-19 09:26:28 +01:00
parent ede5a5a53b
commit bd13cabb13

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