diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php index 87f0e2e6ccb..e2bb57c3ce4 100644 --- a/htdocs/comm/action/index.php +++ b/htdocs/comm/action/index.php @@ -488,7 +488,7 @@ if (! empty($actioncode)) { if (is_array($actioncode)) { - $sql.=" AND ca.code IN ('".implode("','", $TActionCode)."')"; + $sql.=" AND ca.code IN ('".implode("','", $actioncode)."')"; } else {