Skip to content
Snippets Groups Projects
Commit d961e3a3 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

fix revision history log browsing due to variable renaming

parent cd155b67
No related branches found
No related tags found
No related merge requests found
......@@ -547,7 +547,7 @@ def origin_log_browse(request, origin_id, visit_id=None, timestamp=None):
kwargs=url_args,
query_params={'revs_breadcrumb': next_revs_breadcrumb,
'per_page': per_page,
'branch': branch})
'branch': branch_name})
revision_log_data = revision_log_display_data['revision_log_data']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment