Skip to content

Commit

Permalink
use the proper reason for banning a user
Browse files Browse the repository at this point in the history
  • Loading branch information
tampe125 committed Jul 10, 2017
1 parent c5cc2e6 commit 53b0397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/frontend/Controller/Item.php
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ private function logFailedDownloadAttempt($id)

// Let's fire the system plugin event. If Admin Tools is installed, it will handle this and ban the user
$app->triggerEvent('onAdminToolsThirdpartyException', array(
'ARSscraper',
'external',
\JText::_('COM_ARS_BLOCKED_MESSAGE'),
array($extraMessage)
),
Expand Down

0 comments on commit 53b0397

Please sign in to comment.