Skip to content

Commit 814ac20

Browse files
committed
Merge pull request #168 from amenk/patch-1
Fixed exit; break; (unreachable code)
2 parents 5c5b45d + 72f19ff commit 814ac20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/modules/multicolumnwizard/MultiColumnWizardHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public function executePostActions($action, $dc)
134134

135135
$objWidget = new $GLOBALS['BE_FFL'][$strKey]($arrAttribs);
136136
echo $objWidget->generate();
137-
exit; break;
137+
exit;
138138
}
139139
}
140140

0 commit comments

Comments
 (0)