Skip to content

Commit

Permalink
Merge pull request diaspora#3441 from movilla/master
Browse files Browse the repository at this point in the history
Fix error admins/weekly_user_stats
  • Loading branch information
maxwell committed Jul 7, 2012
2 parents 0ca2bfa + 5eab122 commit a59320c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/admins_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def weekly_user_stats
# @segment = "#{@created_users_by_week[(params[:week])]}"
@counter = "#{@created_users_by_week[(params[:week])].count}"
else
@segment = "date not found"
@counter = ""
end
end

Expand Down

0 comments on commit a59320c

Please sign in to comment.