Made DynamicNull implictly convertable to DateTime (.MinValue) to support next change
This commit is contained in:
@@ -61,5 +61,10 @@ namespace umbraco.MacroEngines
|
||||
{
|
||||
return false;
|
||||
}
|
||||
public static implicit operator DateTime(DynamicNull n)
|
||||
{
|
||||
return DateTime.MinValue;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user