Skip to content

Commit 4fb321f

Browse files
RomainLvrstonebuzz
andauthored
Update inc/simplepdf.class.php
Co-authored-by: Stanislas <[email protected]>
1 parent 0815f03 commit 4fb321f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/simplepdf.class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public function setHeader($msg)
126126
];
127127
$hook = Plugin::doHookFunction('import_logo', $params);
128128
if (
129-
!empty($hook['logo'])
129+
!empty($hook['logo_path'])
130130
&& $config->getField('use_branding_logo')
131131
) {
132132
$this->pdf->SetHeaderData($hook['logo'], 15, $msg, '');

0 commit comments

Comments
 (0)