From e0b18bd8f54f0d8f7dd2a194885d42a23d7893e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc?= <1536036+zoic21@users.noreply.github.com> Date: Mon, 18 Mar 2024 10:36:50 +0100 Subject: [PATCH] do not create composite cmd --- core/class/z2m.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/class/z2m.class.php b/core/class/z2m.class.php index 7f53b2f..5faf5d8 100644 --- a/core/class/z2m.class.php +++ b/core/class/z2m.class.php @@ -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) {