Fixed: Typo in import procedure
This commit is contained in:
parent
5f68011de2
commit
8ed07a507d
3 changed files with 7 additions and 7 deletions
|
@ -136,7 +136,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
catch { /* do nothing */ }
|
||||
}
|
||||
else
|
||||
return GetImportableCustomerItems(packageId, itemTypeId);
|
||||
return GetImportableCustomItems(packageId, itemTypeId);
|
||||
|
||||
return items;
|
||||
}
|
||||
|
@ -278,7 +278,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
return 0;
|
||||
}
|
||||
|
||||
private static List<string> GetImportableCustomerItems(int packageId, int itemTypeId)
|
||||
private static List<string> GetImportableCustomItems(int packageId, int itemTypeId)
|
||||
{
|
||||
|
||||
List<string> items = new List<string>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue