(bug 49738) Use correct name for wiki content language

Happens when anonymous user cannot change language, and the
language of the translation differs from the content language.

Change-Id: Ie4f15f1813eec992cfe060baf9cd7dcb5f8a0d95
This commit is contained in:
Niklas Laxström
2013-08-30 12:18:55 +03:00
parent b90208affc
commit 34146ea023
7 changed files with 42 additions and 18 deletions

View File

@@ -2,7 +2,7 @@ class ULSPage
include PageObject
include URL
page_url URL.url('?setlang=<%=params[:setlang]%>')
page_url URL.url('?<%=params[:extra]%>')
div(:panel_display, id: 'display-settings-block')
div(:panel_input, id: 'input-settings-block')