Skip to content

Commit

Permalink
Update administrator/components/com_csp/src/Helper/ReporterHelper.php
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
  • Loading branch information
zero-24 and richard67 committed Jun 16, 2020
1 parent 5d8cfae commit 38e3442
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -95,7 +95,7 @@ public static function getCspUnsafeInlineStatus()
->select('COUNT(*)')
->from($db->quoteName('#__csp'))
->where($db->quoteName('blocked_uri') . ' = ' . $db->quote("'unsafe-inline'"))
->where($db->quoteName('published') . ' = 1'));
->where($db->quoteName('published') . ' = 1');
$db->setQuery($query);

try
Expand Down

0 comments on commit 38e3442

Please sign in to comment.