Fixing style errors.

This commit is contained in:
stickler-ci 2021-03-19 11:41:27 +00:00
parent a9398e5630
commit ba29f327a9

View File

@ -479,7 +479,7 @@ class AdherentType extends CommonObject
if (!empty($conf->global->MAIN_MULTILANGS)) { if (!empty($conf->global->MAIN_MULTILANGS)) {
$this->getMultiLangs(); $this->getMultiLangs();
} }
// fetch optionals attributes and labels // fetch optionals attributes and labels
$this->fetch_optionals(); $this->fetch_optionals();
} }