]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/UserController.php
Updated existing image tests to reflect changes
[bookstack] / app / Http / Controllers / UserController.php
index c7a7c5646cb5097dafbc04c46cf1ea390a91db82..1367f631bcc0772c35ad470a6f3aac887189ec72 100644 (file)
@@ -98,7 +98,6 @@ class UserController extends Controller
             $this->userRepo->setUserRoles($user, $roles);
         }
 
-        // TODO - Check this uses new profile assignment
         $this->userRepo->downloadAndAssignUserAvatar($user);
 
         return redirect('/settings/users');