Merge branch 'master' of bitbucket.org:colosa/processmaker
This commit is contained in:
@@ -33,7 +33,6 @@
|
||||
// include object class
|
||||
//include_once 'classes/model/RbacUsers.php';
|
||||
|
||||
//die("----LAST --as");
|
||||
/**
|
||||
* Skeleton subclass for performing query and update operations on the 'USERS' table.
|
||||
*
|
||||
|
||||
@@ -1269,7 +1269,12 @@ class adminProxy extends HttpProxyController
|
||||
$data = array('info' => array());
|
||||
$pmRestClient = OauthClientsPeer::retrieveByPK('x-pm-local-client');
|
||||
$status = ! empty($pmRestClient);
|
||||
$row = $pmRestClient->toArray(BasePeer::TYPE_FIELDNAME);
|
||||
|
||||
if ($status) {
|
||||
$row = $pmRestClient->toArray(BasePeer::TYPE_FIELDNAME);
|
||||
} else {
|
||||
$row = array("CLIENT_ID" => '');
|
||||
}
|
||||
|
||||
$data['info'] = array(
|
||||
array(
|
||||
|
||||
Reference in New Issue
Block a user