Updating gallery feed URL

--HG--
branch : dev
This commit is contained in:
Renaud Paquay
2010-12-15 15:21:27 -08:00
parent 023ccbb439
commit c56c5b7777

View File

@@ -20,7 +20,7 @@ namespace Orchard.Packaging {
public void Installed(Feature feature) {
if (feature.Descriptor.Id == "Gallery") {
_packagingSourceManager.AddSource("Orchard Extensions Gallery", "http://orchardproject.net:777/GalleryServer/FeedService.svc");
_packagingSourceManager.AddSource("Orchard Extensions Gallery", "http://orchardproject.net/gallery09/server/feedservice.svc");
}
}