Minor update to legacy ajax calls

This commit is contained in:
Sebastiaan Janssen
2013-05-27 06:10:04 -02:00
parent 071f3dcc01
commit e50569597b

View File

@@ -163,6 +163,8 @@ namespace umbraco.presentation.webservices
[ScriptMethod]
public string ProgressStatus(string Key)
{
AuthorizeRequest(true);
return Application[helper.Request("key")].ToString();
}