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:
ovclas 2012-11-07 05:16:59 +00:00
parent 82e7ce25d6
commit 26e08751b9
2 changed files with 5 additions and 1 deletions

View file

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