mirror of
https://github.com/snipe/snipe-it.git
synced 2025-12-01 11:30:10 +00:00
Add missing parentheses to conditional
This commit is contained in:
@ -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 --}}
|
||||
|
||||
Reference in New Issue
Block a user