mergec ommit
This commit is contained in:
commit
93c2760d4a
17 changed files with 464 additions and 81 deletions
|
@ -45,6 +45,11 @@ namespace WebsitePanel.EnterpriseServer
|
|||
{
|
||||
public class FilesController
|
||||
{
|
||||
public static SystemSettings GetFileManagerSettings()
|
||||
{
|
||||
return SystemController.GetSystemSettingsInternal(SystemSettings.FILEMANAGER_SETTINGS, false);
|
||||
}
|
||||
|
||||
public static OS.OperatingSystem GetOS(int packageId)
|
||||
{
|
||||
int sid = PackageController.GetPackageServiceId(packageId, ResourceGroups.Os);
|
||||
|
|
|
@ -2341,7 +2341,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
|
||||
foreach (ExchangeAccount user in securityGroup.MembersAccounts)
|
||||
{
|
||||
OrganizationUser userAccount = GetAccountByAccountName(itemId, user.SamAccountName);
|
||||
OrganizationUser userAccount = GetAccountByAccountName(itemId, user.AccountName);
|
||||
|
||||
if (userAccount != null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue