Add missing parentheses to conditional

This commit is contained in:
Marcus Moore 2024-08-19 14:31:47 -07:00
parent cb40a82e79
commit 434bdcd6d4
No known key found for this signature in database

View file

@ -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 --}}