diff --git a/src/Umbraco.Web.BackOffice/Controllers/CurrentUserController.cs b/src/Umbraco.Web.BackOffice/Controllers/CurrentUserController.cs index 364a24a8c3..5569fdcfc2 100644 --- a/src/Umbraco.Web.BackOffice/Controllers/CurrentUserController.cs +++ b/src/Umbraco.Web.BackOffice/Controllers/CurrentUserController.cs @@ -100,7 +100,7 @@ namespace Umbraco.Cms.Web.BackOffice.Controllers IShortStringHelper shortStringHelper, IPasswordChanger passwordChanger) : this( mediaFileManager, - contentSettings, + StaticServiceProvider.Instance.GetRequiredService>(), hostingEnvironment, imageUrlGenerator, backofficeSecurityAccessor,