diff --git a/lib/zin/wg/thinkstepmenu/v1.php b/lib/zin/wg/thinkstepmenu/v1.php index 06b7e9d48b..5d8a9aab69 100644 --- a/lib/zin/wg/thinkstepmenu/v1.php +++ b/lib/zin/wg/thinkstepmenu/v1.php @@ -172,11 +172,7 @@ class thinkStepMenu extends wg $hiddenModelType = in_array($wizard->model, $config->thinkwizard->hiddenMenuModel); $previewCanActions = !$hiddenModelType || ($hiddenModelType && $item->type == 'transition'); $from = ''; - if($hiddenModelType) - { - $from = strtolower($wizard->type); - if($wizard->model == 'appeals') $from = 'appeals'; - } + if($hiddenModelType) $from = strtolower($wizard->type); if(!empty($item->children)) {