+ Add user and bug api.
This commit is contained in:
@@ -701,7 +701,7 @@ class user extends control
|
||||
}
|
||||
|
||||
/* if ajax request, send result. */
|
||||
if($this->server->ajax)
|
||||
if($this->server->ajax or $this->viewType == 'json')
|
||||
{
|
||||
if(dao::isError())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user