Update functions.lib.php

This commit is contained in:
Frédéric FRANCE 2020-11-17 11:58:11 +01:00 committed by GitHub
parent bf390ceb4d
commit 3b1f50d5fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6660,7 +6660,7 @@ function complete_substitutions_array(&$substitutionarray, $outputlangs, $object
}
}
}
if (!empty($conf->global->ODT_ENABLE_ALL_TAGS_IN_SUBSTITUTIONS) {
if (!empty($conf->global->ODT_ENABLE_ALL_TAGS_IN_SUBSTITUTIONS)) {
// to list all tags in odt template
$tags = '';
foreach ($substitutionarray as $key => $value) {