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 14, 2020
1 parent 7d6704b commit cd8ec1f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -119,7 +119,7 @@ public static function getCspUnsafeEvalStatus()
$query = $db->getQuery(true)
->select('COUNT(*)')
->from($db->quoteName('#__csp'))
->where($db->quoteName('blocked_uri'). ' = ' . $db->quote("'unsafe-eval'"))
->where($db->quoteName('blocked_uri') . ' = ' . $db->quote("'unsafe-eval'"))
->where($db->quoteName('published') . ' = ' . $db->quote('1'));
$db->setQuery($query);

Expand Down

0 comments on commit cd8ec1f

Please sign in to comment.