Commit 347b2b36011e4e81e7e4f9e8d74c60190e4fb2fd

Authored by Antonio Terceiro
1 parent ff3183ac

ActionItem1165: check for user before using it

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/search/communities.rhtml
1   -<% if @wizard %>
  1 +<% if @wizard && user %>
2 2 <h2><%= _('Hello %s, now you can choose yours groups') % user.identifier %></h2>
3 3 <% else %>
4 4 <%= search_page_title( __('Communities'), { :query => @query,
... ...