diff options
Diffstat (limited to 'MediaBrowser.Common/Kernel/BaseKernel.cs')
| -rw-r--r-- | MediaBrowser.Common/Kernel/BaseKernel.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common/Kernel/BaseKernel.cs b/MediaBrowser.Common/Kernel/BaseKernel.cs index 85d541f09..78277ed2f 100644 --- a/MediaBrowser.Common/Kernel/BaseKernel.cs +++ b/MediaBrowser.Common/Kernel/BaseKernel.cs @@ -404,7 +404,7 @@ namespace MediaBrowser.Common.Kernel } catch (FileNotFoundException) { - configuration = ApplicationHost.CreateInstance(type); + configuration = Activator.CreateInstance(type); } // Take the object we just got and serialize it back to bytes |
