Undone previous "Show Label" fix and applied at the database layer (Un-tested)

This commit is contained in:
Matt@MBP-PC.Home
2012-07-03 18:04:56 -01:00
parent e3e4254de6
commit 2078873fbb
5 changed files with 7 additions and 10 deletions

View File

@@ -154,8 +154,7 @@ namespace umbraco.editorControls.tinymce
_stylesheets = config[5];
if (config.Length > 6 && config[6] != "")
_showLabel.Checked = bool.Parse(config[6]);
else
_showLabel.Checked = true;
if (config.Length > 7 && config[7] != "")
_maxImageWidth.Text = config[7];
else