Skip to content

Commit

Permalink
Crypsis not load bootstrap.css #6085
Browse files Browse the repository at this point in the history
  • Loading branch information
810 committed Aug 16, 2018
1 parent 3018b83 commit 059acf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/kunena/template/template.php
Expand Up @@ -783,7 +783,7 @@ public function addStyleSheet($filename, $group = 'forum')
return;
}

if (!preg_match('|https?://|', $filename))
if (!preg_match('|https?://|', $filename) && !preg_match('|media/jui|', $filename))
{
$filename = preg_replace('|^css/|u', '', $filename);
$filename = preg_replace('/^assets\//', '', $filename);
Expand Down

0 comments on commit 059acf1

Please sign in to comment.