diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Code/WebAppGallery/WebAppGalleryController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Code/WebAppGallery/WebAppGalleryController.cs index e4fb539b..58fc4db5 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Code/WebAppGallery/WebAppGalleryController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Code/WebAppGallery/WebAppGalleryController.cs @@ -71,7 +71,7 @@ namespace WebsitePanel.EnterpriseServer private static string[] getFeedsFromSettingsByServiceId(int serviceId) { - var wpiSettings = SystemController.GetSystemSettings(SystemSettings.WPI_SETTINGS); + var wpiSettings = SystemController.GetSystemSettingsInternal(SystemSettings.WPI_SETTINGS,false); List feeds = new List();