Fix phpcs

This commit is contained in:
Laurent Destailleur 2021-09-17 19:42:41 +02:00
parent 3d9be1437a
commit 675a30d500

View File

@ -859,11 +859,11 @@ class ActionComm extends CommonObject
$this->event_paid = $obj->event_paid;
$this->status = $obj->status;
$this->fetch_optionals();
$this->fetch_optionals();
if ($loadresources){
$this->fetchResources();
}
if ($loadresources) {
$this->fetchResources();
}
}
$this->db->free($resql);
} else {