mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
Enabling installation of packages from Orchard web app
--HG-- branch : dev
This commit is contained in:
@@ -72,7 +72,7 @@ namespace Orchard.Packaging.Services {
|
||||
var project = new FileBasedProjectSystem(applicationPath) { Logger = logger };
|
||||
var projectManager = new ProjectManager(
|
||||
sourceRepository, // source repository for the package to install
|
||||
new DefaultPackagePathResolver(location),
|
||||
new DefaultPackagePathResolver(applicationPath),
|
||||
project,
|
||||
new ExtensionReferenceRepository(project, sourceRepository, _extensionManager)
|
||||
) {Logger = logger};
|
||||
|
Reference in New Issue
Block a user