Fix the content of the error message

This commit is contained in:
BJRambo 2017-01-07 18:25:32 +09:00
parent 7532ee7687
commit ac8a5338cb
2 changed files with 2 additions and 1 deletions

View file

@ -1235,7 +1235,7 @@ class boardView extends board
}
else
{
return new Object(-1, 'Target name error');
return new Object(-1, 'msg_not_target');
}
$output = executeQueryArray($queryId, $args);