Skip to content

Commit

Permalink
do not create composite cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Mar 18, 2024
1 parent 747aed3 commit e0b18bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/class/z2m.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ public function getImgFilePath() {
}

public static function getCmdConf($_infos, $_suffix = null, $_preffix = null,$_father_property = null) {
if ($_infos['type'] == 'composite' && $_infos['name'] == 'color_xy') {
if ($_infos['type'] == 'composite') {
return null;
}
if (self::$_cmd_converter == null) {
Expand Down

0 comments on commit e0b18bd

Please sign in to comment.