From: Johan Cwiklinski Date: Thu, 6 May 2021 03:52:32 +0000 (+0200) Subject: Fix signature list; refs #1553 X-Git-Tag: 0.9.5~48 X-Git-Url: https://git.agnieray.net/?a=commitdiff_plain;h=3b93c7f73f65cc2e8bf4cd3f4e8c722bc7fe2258;p=galette.git Fix signature list; refs #1553 --- diff --git a/galette/lib/Galette/Entity/PdfModel.php b/galette/lib/Galette/Entity/PdfModel.php index f8648d715..37d5e0d65 100644 --- a/galette/lib/Galette/Entity/PdfModel.php +++ b/galette/lib/Galette/Entity/PdfModel.php @@ -352,7 +352,7 @@ abstract class PdfModel case 'hsubtitle': case 'hbody': $pname = substr($name, 1); - $prop_value = $this->$pname; + $prop_value = $this->$pname ?? ''; //get header and footer from parent if not defined in current model if (