From 22a5107274a6681ce6a4371ccc2e4ab7a2b60960 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 27 Sep 2011 14:58:45 +0200 Subject: [PATCH] Fixes #193, language id was missing --- wcfsetup/install/files/acp/templates/header.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wcfsetup/install/files/acp/templates/header.tpl b/wcfsetup/install/files/acp/templates/header.tpl index 547e00b1c9..638a5c1e8e 100644 --- a/wcfsetup/install/files/acp/templates/header.tpl +++ b/wcfsetup/install/files/acp/templates/header.tpl @@ -9,6 +9,7 @@ var SID_ARG_2ND = '{@SID_ARG_2ND_NOT_ENCODED}'; var RELATIVE_WCF_DIR = '{@RELATIVE_WCF_DIR}'; var SECURITY_TOKEN = '{@SECURITY_TOKEN}'; + var LANGUAGE_ID = {@$__wcf->getLanguage()->languageID}; //]]> @@ -169,4 +170,4 @@
- \ No newline at end of file + -- 2.20.1