Skip to content

Commit fc39e36

Browse files
committed
Merge pull request #150 from drjova/tab-fix-language
WebSearch: tabs miss language parameter Conflicts: modules/websearch/lib/search_engine.py
2 parents 959a759 + 1ab4d24 commit fc39e36

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/websearch/lib/search_engine.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4698,9 +4698,7 @@ def print_records(req, recIDs, jrec=1, rg=CFG_WEBSEARCH_DEF_RECORDS_IN_GROUPS, f
46984698
link_ln = ''
46994699

47004700
if 'ln' in req.form:
4701-
link_ln = "?ln={0}".format(
4702-
req.form.get('ln', CFG_SITE_LANG)
4703-
)
4701+
link_ln = "?ln={0}".format(ln)
47044702

47054703
recid_to_display = recid # Record ID used to build the URL.
47064704
if CFG_WEBSEARCH_USE_ALEPH_SYSNOS:

0 commit comments

Comments
 (0)