Details
-
Bug
-
Resolution: Fixed
-
Trivial
-
2.7
-
None
-
Unknown
-
Description
In editpanels.vm, the first few lines read:
#if($editor == "wiki" || $editor == "wysiwyg") #set($editorPanels = $editorPanelsWiki) #elseif($editor == "wysiwyg") #set($editorPanels = $editorPanelsWysiwyg)
It's obvious the second branch is never executed.