Skip to content

Commit

Permalink
Wrong bootstrap class for flood protection #5444 (#5447)
Browse files Browse the repository at this point in the history
  • Loading branch information
810 committed Jun 28, 2017
1 parent 149ed91 commit e9e3698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/com_kunena/controllers/topic.php
Expand Up @@ -425,7 +425,7 @@ public function post()

if ($count)
{
$this->app->enqueueMessage(JText::sprintf('COM_KUNENA_POST_TOPIC_FLOOD', $this->config->floodprotection));
$this->app->enqueueMessage(JText::sprintf('COM_KUNENA_POST_TOPIC_FLOOD', $this->config->floodprotection), 'error');
$this->setRedirectBack();

return;
Expand Down

0 comments on commit e9e3698

Please sign in to comment.