Fixes: U4-3742 Umbraco 7 and umbraco/channels.aspx

This commit is contained in:
Shannon
2013-12-04 17:45:47 +11:00
parent 176ec0edc0
commit 8c7db9e846
2 changed files with 11 additions and 5 deletions

View File

@@ -26,7 +26,6 @@ namespace Umbraco.Web.Editors
/// </summary>
public class BackOfficeController : UmbracoController
{
/// <summary>
/// Render the default view
/// </summary>
@@ -199,8 +198,7 @@ namespace Umbraco.Web.Editors
return JavaScript(ServerVariablesParser.Parse(d));
}
private Dictionary<string, object> GetApplicationState()
{
if (ApplicationContext.IsConfigured == false)
@@ -220,7 +218,6 @@ namespace Umbraco.Web.Editors
return app;
}
private IEnumerable<Dictionary<string, string>> GetTreePluginsMetaData()
{
var treeTypes = PluginManager.Current.ResolveAttributedTreeControllers();