Skip to content

Commit

Permalink
Added fix for context casing
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxwilko committed Feb 12, 2025
1 parent f032cce commit 056494d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/system/controllers/eventlogs/_field_details.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ function getOrderedExceptionList(array $value): array
<div id="winter-log-viewer">
<div class="formatted">
<div>
<?php if ($value['environment']['context'] === 'web'): ?>
<?php if (strtolower($value['environment']['context']) === 'web'): ?>
<table class="table table-responsive">
<tbody>
<tr>
Expand Down

0 comments on commit 056494d

Please sign in to comment.