Skip to content

Commit

Permalink
Removed uneeded offset that got included from confusing merge
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Dec 6, 2012
1 parent 4afc00d commit dd521ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/lib/base.py
Expand Up @@ -222,7 +222,7 @@ def __before__(self, action, **params):
'dashboard_new_activities_count')
context = {'model': model, 'session': model.Session,
'user': c.user or c.author}
c.new_activities = new_activities_count(context, {'offset': 0})
c.new_activities = new_activities_count(context, {})

def _identify_user(self):
'''
Expand Down

0 comments on commit dd521ac

Please sign in to comment.