mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 19:04:51 +08:00
@@ -20,7 +20,7 @@ namespace Orchard.Packaging {
|
|||||||
|
|
||||||
public void Installed(Feature feature) {
|
public void Installed(Feature feature) {
|
||||||
if (feature.Descriptor.Id == "Gallery") {
|
if (feature.Descriptor.Id == "Gallery") {
|
||||||
_packagingSourceManager.AddSource("Orchard Extensions Gallery", "http://orchardproject.net/gallery09/server/feedservice.svc");
|
_packagingSourceManager.AddSource("Orchard Extensions Gallery", "http://orchardproject.net/gallery09/server/FeedService.svc");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user