Web Application Gallery doesn't work for non-admin account
This commit is contained in:
parent
4bc9d20f87
commit
4fb675f73a
1 changed files with 1 additions and 1 deletions
|
@ -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<string> feeds = new List<string>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue