Merge pull request #16511 from FHenry/13.0

fix #16510 (missing ($this->) in previous PR
This commit is contained in:
Laurent Destailleur 2021-03-02 15:49:13 +01:00 committed by GitHub
commit 8fc89b9ef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 .= '<!-- /showOptionals --> '."\n";