Skip to content

Commit

Permalink
typo in AccountController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
GKFX committed Mar 10, 2019
1 parent 1944c3b commit 88c7eca
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -71,7 +71,7 @@ public function getShowsAction(AclProvider $aclProvider)
*/
public function getOrganisationsAction(AclProvider $aclProvider)
{
$orgs = $this->$aclProvider->getEntitiesByUser($this->getUser(), 'Acts\\CamdramBundle\\Entity\\Organisation');
$orgs = $aclProvider->getEntitiesByUser($this->getUser(), 'Acts\\CamdramBundle\\Entity\\Organisation');

return $this->view($orgs);
}
Expand Down

0 comments on commit 88c7eca

Please sign in to comment.