fixes initialized flag on section service

This commit is contained in:
Shannon
2014-12-18 15:12:22 +11:00
parent 5b9a98ad6a
commit 938b236f54

View File

@@ -140,6 +140,8 @@ namespace Umbraco.Core.Services
}
}
}
_isInitialized = true;
}
}