Skip to content

Commit

Permalink
Update discussion.blade.php (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
marktopper committed Feb 16, 2018
1 parent 7916801 commit fd2e98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/discussion.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</div>

@if(config('chatter.errors'))
@if(Session::has('chatter_alert') && $chatter_errors)
@if(Session::has('chatter_alert'))
<div class="chatter-alert alert alert-{{ Session::get('chatter_alert_type') }}">
<div class="container">
<strong><i class="chatter-alert-{{ Session::get('chatter_alert_type') }}"></i> {{ Config::get('chatter.alert_messages.' . Session::get('chatter_alert_type')) }}</strong>
Expand Down

0 comments on commit fd2e98c

Please sign in to comment.