diff --git a/e107_handlers/admin_ui.php b/e107_handlers/admin_ui.php index a6b9176e9c..4bfa152b1b 100755 --- a/e107_handlers/admin_ui.php +++ b/e107_handlers/admin_ui.php @@ -8211,6 +8211,15 @@ public function renderBatchFilter($type='batch', $selected = '') // Common funct case 'checkboxes': case 'comma': + + if (!empty($parms['optArray'])) + { + $fopts = $parms; + $parms = $fopts['optArray']; + unset($fopts['optArray']); + $parms['__options'] = $fopts; + } + // TODO lan if(!isset($parms['__options'])) {