Skip to content

Commit

Permalink
Close #759. Define visitstitle.
Browse files Browse the repository at this point in the history
Fixed following tests by mmatthiesencsc
  • Loading branch information
zeehio committed Sep 14, 2015
1 parent 46a1695 commit be5a19f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metashare/stats/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ def topstats (request):
""" viewing statistics about the top LR and latest queries. """
topdata = []
geovisits = []
visitstitle = "Unknown"
view = request.GET.get('view', 'topviewed')
last = request.GET.get('last', '')
limit = int(request.GET.get('limit', '10'))
Expand Down

0 comments on commit be5a19f

Please sign in to comment.