aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Kernel/BaseKernel.cs
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-03-02 02:16:52 -0500
committerLukePulverenti <luke.pulverenti@gmail.com>2013-03-02 02:16:52 -0500
commite8f5fade43b4e19825fe6d628a76538157f1fc18 (patch)
tree0e43ec72e40f1a1785a05510365de3ed82dfa5b2 /MediaBrowser.Common/Kernel/BaseKernel.cs
parent79baaa4daaee642a2f977a7648eadc4f15ab0fbe (diff)
Created an ItemsByName query dto
Diffstat (limited to 'MediaBrowser.Common/Kernel/BaseKernel.cs')
-rw-r--r--MediaBrowser.Common/Kernel/BaseKernel.cs2
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