From 675a30d500aa4c375445ffd33ec4dc4c928835d3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 17 Sep 2021 19:42:41 +0200 Subject: [PATCH] Fix phpcs --- htdocs/comm/action/class/actioncomm.class.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/comm/action/class/actioncomm.class.php b/htdocs/comm/action/class/actioncomm.class.php index 6d769d4261c..5aabfc22bd1 100644 --- a/htdocs/comm/action/class/actioncomm.class.php +++ b/htdocs/comm/action/class/actioncomm.class.php @@ -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 {