From 83619ef25a64c9a82d8af992a6a02811b70ddadf Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 27 Feb 2014 23:49:02 -0500 Subject: added app theme classes and service --- MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs') diff --git a/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs b/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs index 3cfdc8053..d0b108c7d 100644 --- a/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs +++ b/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs @@ -74,7 +74,7 @@ namespace MediaBrowser.Common.Implementations.Security _appHost = appHost; _httpClient = httpClient; _jsonSerializer = jsonSerializer; - MBRegistration.Init(_applciationPaths, _networkManager, logManager); + MBRegistration.Init(_applciationPaths, _networkManager, logManager, _appHost); } /// -- cgit v1.2.3