From 2c163b8163b4ec80f839e2ae88b695105c85599d Mon Sep 17 00:00:00 2001 From: Florian HENRY Date: Tue, 2 Mar 2021 15:22:22 +0100 Subject: [PATCH] fix #16510 --- htdocs/core/class/commonobject.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index 9ebe63c44d0..73a2ae92b3c 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -6988,7 +6988,7 @@ abstract class CommonObject $out .= "\n"; // Add code to manage list depending on others if (!empty($conf->use_javascript_ajax)) { - $out .= getJSListDependancies(); + $out .= $this->getJSListDependancies(); } $out .= ' '."\n";