diff --git a/blog/src/Auth/Controller/ChangeController.php b/blog/src/Auth/Controller/ChangeController.php index 1cad1797..26058a97 100644 --- a/blog/src/Auth/Controller/ChangeController.php +++ b/blog/src/Auth/Controller/ChangeController.php @@ -39,7 +39,7 @@ public function change( FormHydrator $formHydrator, ChangeForm $changeForm ): ResponseInterface { - // permit an authenticated user with permission editPost (ie. not a guest) only and null!== current user + // permit an authenticated user with permission editPost (i.e. not a guest) only and null !== current user if (!$authService->isGuest()) { // see demo/blog/resources/rbac if ($this->current_user->can('editPost',[])) {