Skip to content

Commit

Permalink
BUGFIX: #405
Browse files Browse the repository at this point in the history
  • Loading branch information
t3solution authored Oct 20, 2024
1 parent a9cd760 commit b77f4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/EventListener/AssetRenderer/IsInline.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function __invoke(BeforeJavaScriptsRenderingEvent $event): void
return;
}

$t3sbconcatenate = $settings['t3sbconcatenate'];
$t3sbconcatenate = !empty($settings['t3sbconcatenate']) ? TRUE : FALSE;

if ($event->isInline() == false) {
if ($event->isPriority() == false) {
Expand Down

0 comments on commit b77f4bd

Please sign in to comment.