Fix phpcs

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

View File

@ -861,7 +861,7 @@ class ActionComm extends CommonObject
$this->fetch_optionals(); $this->fetch_optionals();
if ($loadresources){ if ($loadresources) {
$this->fetchResources(); $this->fetchResources();
} }
} }