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->event_paid = $obj->event_paid;
|
||||||
$this->status = $obj->status;
|
$this->status = $obj->status;
|
||||||
|
|
||||||
$this->fetch_optionals();
|
$this->fetch_optionals();
|
||||||
|
|
||||||
if ($loadresources){
|
if ($loadresources) {
|
||||||
$this->fetchResources();
|
$this->fetchResources();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$this->db->free($resql);
|
$this->db->free($resql);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user