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:
Renaud Paquay
2011-04-10 18:37:31 -07:00
parent ee1a96ec99
commit 71978e3e37
20 changed files with 21 additions and 21 deletions

View File

@@ -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();