diff options
| author | Luke <luke.pulverenti@gmail.com> | 2015-01-11 15:57:40 -0500 |
|---|---|---|
| committer | Luke <luke.pulverenti@gmail.com> | 2015-01-11 15:57:40 -0500 |
| commit | 76edf138de9f746738dcf107c51b558b7df0de21 (patch) | |
| tree | dd1b7494b4610250a798a0bcc2c4ab3608c6572b /MediaBrowser.Common.Implementations/BaseApplicationHost.cs | |
| parent | 3e1131dbad1f7c72e75cce4de1821546cc2d84e1 (diff) | |
| parent | 518119d9cd8a54eb0fbe018d826f7d379b30f057 (diff) | |
Merge pull request #974 from MediaBrowser/dev
3.0.5490.0
Diffstat (limited to 'MediaBrowser.Common.Implementations/BaseApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Common.Implementations/BaseApplicationHost.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Common.Implementations/BaseApplicationHost.cs b/MediaBrowser.Common.Implementations/BaseApplicationHost.cs index 3e25bb626..c98a6bd6c 100644 --- a/MediaBrowser.Common.Implementations/BaseApplicationHost.cs +++ b/MediaBrowser.Common.Implementations/BaseApplicationHost.cs @@ -472,10 +472,10 @@ namespace MediaBrowser.Common.Implementations NetworkManager = CreateNetworkManager(LogManager.GetLogger("NetworkManager")); RegisterSingleInstance(NetworkManager); - SecurityManager = new PluginSecurityManager(this, HttpClient, JsonSerializer, ApplicationPaths, NetworkManager, LogManager); + SecurityManager = new PluginSecurityManager(this, HttpClient, JsonSerializer, ApplicationPaths, LogManager); RegisterSingleInstance(SecurityManager); - InstallationManager = new InstallationManager(Logger, this, ApplicationPaths, HttpClient, JsonSerializer, SecurityManager, NetworkManager, ConfigurationManager); + InstallationManager = new InstallationManager(Logger, this, ApplicationPaths, HttpClient, JsonSerializer, SecurityManager, ConfigurationManager); RegisterSingleInstance(InstallationManager); ZipClient = new ZipClient(); |
