Skip to content

Commit

Permalink
Merge pull request #150 from drjova/tab-fix-language
Browse files Browse the repository at this point in the history
  WebSearch: tabs miss language parameter

Conflicts:
	modules/websearch/lib/search_engine.py
  • Loading branch information
egabancho committed Mar 10, 2016
2 parents 959a759 + 1ab4d24 commit fc39e36
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/websearch/lib/search_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -4698,9 +4698,7 @@ def print_records(req, recIDs, jrec=1, rg=CFG_WEBSEARCH_DEF_RECORDS_IN_GROUPS, f
link_ln = ''

if 'ln' in req.form:
link_ln = "?ln={0}".format(
req.form.get('ln', CFG_SITE_LANG)
)
link_ln = "?ln={0}".format(ln)

recid_to_display = recid # Record ID used to build the URL.
if CFG_WEBSEARCH_USE_ALEPH_SYSNOS:
Expand Down

0 comments on commit fc39e36

Please sign in to comment.