Fix phpcs
This commit is contained in:
parent
3d9be1437a
commit
675a30d500
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user