Skip to content

Commit

Permalink
Revert the helper function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelbabu authored and amercader committed Apr 17, 2013
1 parent 27d6c56 commit 589c32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/lib/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@ def user_in_org_or_group(group_id):
return len(query.all()) != 0


def dashboard_activity_stream(filter_type=None, filter_id=None,
def dashboard_activity_stream(user_id, filter_type=None, filter_id=None,
offset=0):
'''Return the dashboard activity stream of the current user.
Expand Down

0 comments on commit 589c32d

Please sign in to comment.