@@ -78,7 +78,7 @@ |
||
78 | 78 | ->addViolation() |
79 | 79 | ; |
80 | 80 | } else { |
81 | - $granted = $this->permissionApi->hasPermission('.*', '.*', ACCESS_ADMIN, (int) $user['uid']); |
|
81 | + $granted = $this->permissionApi->hasPermission('.*', '.*', ACCESS_ADMIN, (int)$user['uid']); |
|
82 | 82 | if (!$granted) { |
83 | 83 | $this->context |
84 | 84 | ->buildViolation($this->__('Error! You logged in to an account without Admin permissions')) |