forked from Wavyzz/dolibarr
Fix maxi debug of APIs (clean output fields)
This commit is contained in:
@@ -222,7 +222,7 @@ class Users extends DolibarrApi
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new RestException(500, $this->task->error);
|
||||
throw new RestException(500, $this->useraccount->error);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user