diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.FileZilla/FileZilla.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.FileZilla/FileZilla.cs index 7b6c5f9e..a94f16cb 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.FileZilla/FileZilla.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.FileZilla/FileZilla.cs @@ -154,8 +154,8 @@ namespace WebsitePanel.Providers.FTP Log.WriteInfo("Find users nodes"); // find users node - XmlNode fzServerNode = doc.SelectSingleNode("/FileZillaServer"); - XmlNode fzAccountsNode = fzServerNode.SelectSingleNode("/Users"); + XmlNode fzServerNode = doc.SelectSingleNode("FileZillaServer"); + XmlNode fzAccountsNode = fzServerNode.SelectSingleNode("Users"); if (fzAccountsNode == null) { fzAccountsNode = doc.CreateElement("Users");