diff --git a/src/Umbraco.Web/umbraco.presentation/umbraco/webservices/nodeSorter.asmx.cs b/src/Umbraco.Web/umbraco.presentation/umbraco/webservices/nodeSorter.asmx.cs index 5d3e8e4c14..0ef604cb63 100644 --- a/src/Umbraco.Web/umbraco.presentation/umbraco/webservices/nodeSorter.asmx.cs +++ b/src/Umbraco.Web/umbraco.presentation/umbraco/webservices/nodeSorter.asmx.cs @@ -103,7 +103,7 @@ namespace umbraco.presentation.webservices // refresh the xml for the sorting to work if (published) { - document.SaveAndPublish(Umbraco.Web.UmbracoContext.Current.UmbracoUser); + document.SaveAndPublish(global::Umbraco.Web.UmbracoContext.Current.UmbracoUser); document.refreshXmlSortOrder(); } }