Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
geggleto committed Jan 8, 2016
1 parent fab144d commit 250e8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AclRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public function __invoke(ServerRequestInterface $requestInterface, ResponseInter
}
} catch (InvalidArgumentException $iae) {
$fn = $this->handler;
$allowed = $fn($requestInterface, $this->role, $this);
$allowed = $fn($requestInterface, $this);
}

if ($allowed) {
Expand Down

0 comments on commit 250e8d4

Please sign in to comment.