Merge pull request #375 from rustyswayne/7.1.2

Makes HasCurrent property protected on ResolverBase.  #U4-4829
This commit is contained in:
Shandem
2014-05-08 11:11:12 +10:00

View File

@@ -88,7 +88,7 @@ namespace Umbraco.Core.ObjectResolution
/// Gets a value indicating whether a the singleton nstance has been set.
/// </summary>
/// <remarks>To be used in unit tests.</remarks>
internal static bool HasCurrent
protected static bool HasCurrent
{
get
{