mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-22 20:13:50 +08:00
Fix Logger and Localizer properties to be public
If they are not public, they are not injected (no private reflection in Medium Trust) --HG-- branch : 1.x
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Orchard.Core.Settings.Descriptor {
|
||||
T = NullLocalizer.Instance;
|
||||
}
|
||||
|
||||
Localizer T { get; set; }
|
||||
public Localizer T { get; set; }
|
||||
|
||||
public ShellDescriptor GetShellDescriptor() {
|
||||
ShellDescriptorRecord shellDescriptorRecord = GetDescriptorRecord();
|
||||
|
Reference in New Issue
Block a user