fixes jjj - no idea what happened there

This commit is contained in:
Shannon
2015-02-20 09:12:30 +01:00
parent c0d6c511e4
commit d54e09c40b

View File

@@ -93,7 +93,7 @@ namespace umbraco
/// <param name="tree">The tree.</param>
public override void Render(ref XmlTree tree)
{
string[,] items = { { "BrowseRepository.aspx", "Install from repository" }, { "CreatePackage.aspx", "Createdjjj Packages" }, { "installedPackages.aspx", "Installedjj packages" }, { "StarterKits.aspx", "Starter kit" }, { "installer.aspx", "Install local package" } };
string[,] items = { { "BrowseRepository.aspx", "Install from repository" }, { "CreatePackage.aspx", "Created Packages" }, { "installedPackages.aspx", "Installed packages" }, { "StarterKits.aspx", "Starter kit" }, { "installer.aspx", "Install local package" } };
for (int i = 0; i <= items.GetUpperBound(0); i++)