fix: Just an indent fix for the eyes

pull/5404/head
chrisr3d 2019-11-12 14:52:10 +01:00
parent 887d122216
commit f750d211af
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 5 additions and 3 deletions

View File

@ -1535,9 +1535,11 @@ class EventsController extends AppController
$delegationConditions['OR'] = array('EventDelegation.org_id' => $this->Auth->user('org_id'),
'EventDelegation.requester_org_id' => $this->Auth->user('org_id'));
}
$this->set('delegationRequest', $this->EventDelegation->find('first', array('conditions' => $delegationConditions,
'recursive' => -1,
'contain' => array('Org', 'RequesterOrg'))));
$this->set('delegationRequest', $this->EventDelegation->find('first', array(
'conditions' => $delegationConditions,
'recursive' => -1,
'contain' => array('Org', 'RequesterOrg')
)));
}
if (Configure::read('Plugin.Enrichment_services_enable')) {
$this->loadModel('Module');