mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 00:32:15 +09:00
Fix the content of the error message
This commit is contained in:
parent
7532ee7687
commit
ac8a5338cb
2 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue