diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-04 01:06:38 -0500 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-04 01:06:38 -0500 |
| commit | 9cdda84b062d990af285d7f25507c892ce05e180 (patch) | |
| tree | 670bd80ef805d85f6172606970fcfd3542e5cec0 /MediaBrowser.Common.Implementations/Security | |
| parent | a11e00b8d5df45342753374843f9152e99f659e5 (diff) | |
updated plugin security
Diffstat (limited to 'MediaBrowser.Common.Implementations/Security')
| -rw-r--r-- | MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs b/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs index a566373714..d1a4940ef4 100644 --- a/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs +++ b/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs @@ -69,7 +69,7 @@ namespace MediaBrowser.Common.Implementations.Security _kernel = kernel; _httpClient = httpClient; _jsonSerializer = jsonSerializer; - //MBRegistration.Init(appPaths); + MBRegistration.Init(appPaths); } /// <summary> |
