Merge pull request #73 from florisrobbemont/6.1.3
U4-2596: UmbracoControllerFactory method ReleaseController should be virtual
This commit is contained in:
@@ -54,7 +54,7 @@ namespace Umbraco.Web.Mvc
|
|||||||
/// Releases the specified controller.
|
/// Releases the specified controller.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="controller">The controller.</param>
|
/// <param name="controller">The controller.</param>
|
||||||
public void ReleaseController(IController controller)
|
public virtual void ReleaseController(IController controller)
|
||||||
{
|
{
|
||||||
_innerFactory.ReleaseController(controller);
|
_innerFactory.ReleaseController(controller);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user