Skip to content

Commit febb1e4

Browse files
committed
Minor - fix php warning
1 parent dd3e3e1 commit febb1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/inc/lib/certificate.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ public function generate($params = [], $sendNotification = false)
332332
$my_new_content_html = str_replace(
333333
'((certificate_barcode))',
334334
Display::img(
335-
+$this->certification_web_user_path.$file_info['filename'].'_qr.png',
335+
$this->certification_web_user_path.$file_info['filename'].'_qr.png',
336336
'QR'
337337
),
338338
$content

0 commit comments

Comments
 (0)