Skip to content

Commit

Permalink
Hotfix: add missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansl authored Jun 9, 2021
1 parent cbaffd2 commit 6f4da3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/contao/dca/tl_content.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

$request = System::getContainer()->get('request_stack')->getCurrentRequest();

if ($request && System::getContainer()->get('contao.routing.scope_matcher')->isBackendRequest($request))
if ($request && System::getContainer()->get('contao.routing.scope_matcher')->isBackendRequest($request)) {
$GLOBALS['TL_CSS'][] = 'bundles/contaoclickpressgrid/be_main.css';
}

Expand Down

0 comments on commit 6f4da3b

Please sign in to comment.