U4-1117 - Fixed any errors when renaming /umbraco to something else
This commit is contained in:
@@ -47,7 +47,7 @@ namespace Umbraco.Web.Trees
|
||||
language.Id.ToString(CultureInfo.InvariantCulture), "-1", queryStrings, language.CultureInfo.DisplayName, "icon-flag-alt", false,
|
||||
//TODO: Rebuild the language editor in angular, then we dont need to have this at all (which is just a path to the legacy editor)
|
||||
"/" + queryStrings.GetValue<string>("application") + "/framed/" +
|
||||
Uri.EscapeDataString("/umbraco/settings/editLanguage.aspx?id=" + language.Id)));
|
||||
Uri.EscapeDataString("settings/editLanguage.aspx?id=" + language.Id)));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -96,4 +96,4 @@ namespace Umbraco.Web.Trees
|
||||
return menu;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user