mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Initializing T property with a default instance.
This commit is contained in:
@@ -40,6 +40,7 @@ namespace Orchard.Data.Migration {
|
||||
|
||||
_processedFeatures = new List<string>();
|
||||
Logger = NullLogger.Instance;
|
||||
T = NullLocalizer.Instance;
|
||||
}
|
||||
public Localizer T { get; set; }
|
||||
public ILogger Logger { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user