From 434bdcd6d4f3f1ffccdd9d3eb52af5c74d4b24f0 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Mon, 19 Aug 2024 14:31:47 -0700 Subject: [PATCH] Add missing parentheses to conditional --- resources/views/vendor/mail/html/message.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/vendor/mail/html/message.blade.php b/resources/views/vendor/mail/html/message.blade.php index aa77c393c1..e958eca627 100644 --- a/resources/views/vendor/mail/html/message.blade.php +++ b/resources/views/vendor/mail/html/message.blade.php @@ -14,7 +14,7 @@ @endif {{-- Show images in email! --}} - @if (($snipeSettings->show_images_in_email=='1') && ($snipeSettings->email_logo!='') && $snipeSettings->brand != '1')) + @if (($snipeSettings->show_images_in_email=='1') && ($snipeSettings->email_logo!='') && ($snipeSettings->brand != '1')) {{-- $snipeSettings->brand = 1 = Text --}} {{-- $snipeSettings->brand = 2 = Logo --}}