controller: determine backend using the whole url, not just the path piece. #1118

This commit is contained in:
Hylke Bons 2012-12-19 20:44:23 +01:00
parent 0b5e778050
commit 9bb9185443

View file

@ -676,7 +676,7 @@ namespace SparkleShare {
}
}
string backend = SparkleFetcherBase.GetBackend (this.fetcher.RemoteUrl.AbsolutePath);
string backend = SparkleFetcherBase.GetBackend (this.fetcher.RemoteUrl.ToString ());
this.config.AddFolder (target_folder_name, this.fetcher.Identifier,
this.fetcher.RemoteUrl.ToString (), backend);