mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-10 04:03:01 +09:00
issue 2658 error code modify
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12142 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
82e7ce25d6
commit
26e08751b9
2 changed files with 5 additions and 1 deletions
|
|
@ -596,7 +596,7 @@
|
|||
if(!$output->toBool()) return $output;
|
||||
if($output->data->count > 0)
|
||||
{
|
||||
return new Object(-1, 'msg_cannot_delete_for_child');
|
||||
return new Object(-1001, 'msg_cannot_delete_for_child');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue