Fixes merge issue

This commit is contained in:
Shannon Deminick
2013-04-09 08:05:31 +06:00
parent dd990b5df4
commit 63cae70ec3

View File

@@ -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();
}
}