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: Quy <quy@fluxbb.org>
  • Loading branch information
zero-24 and Quy committed Jun 16, 2020
1 parent 3da38c2 commit 99b6b43
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -126,7 +126,7 @@ public static function getCspUnsafeEvalStatus()
->select('COUNT(*)')
->from($db->quoteName('#__csp'))
->where($db->quoteName('blocked_uri') . ' = ' . $db->quote("'unsafe-eval'"))
->where($db->quoteName('published') . ' = ' . $db->quote('1'));
->where($db->quoteName('published') . ' = 1'));
$db->setQuery($query);

try
Expand Down

0 comments on commit 99b6b43

Please sign in to comment.