From dfeca5fae82411fbc9b138e2af6c1d29d229407d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 9 Dec 2019 17:42:38 +0100 Subject: [PATCH] Fix phpcs --- htdocs/core/modules/propale/doc/pdf_azur.modules.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/htdocs/core/modules/propale/doc/pdf_azur.modules.php b/htdocs/core/modules/propale/doc/pdf_azur.modules.php index ae878e0f85d..4391c52d482 100644 --- a/htdocs/core/modules/propale/doc/pdf_azur.modules.php +++ b/htdocs/core/modules/propale/doc/pdf_azur.modules.php @@ -259,10 +259,8 @@ class pdf_azur extends ModelePDFPropales if (!$arephoto) { if ($conf->product->entity != $objphoto->entity) { - $dir = $conf->product->multidir_output[$objphoto->entity].'/'.$midir; //Check repertories of current entities - }else{ - + } else { $dir = $conf->product->dir_output.'/'.$midir; //Check repertory of the current product }