black-meridian
Results
2
issues of
black-meridian
Hy, I can't select markdowneditor in wich_editor. is it support for modx 2.7 ?
components/migx/model/migx/migx.class.php #2390 case 'notin': $operand = is_array($operand) ? $operand : explode(',', $operand); $output = !in_array($subject, $operand) ? $then : (isset($else) ? $else : ''); break;