From 3a9f2985b0c5425068de72ed6ddc7a6879fe3524 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 18 May 2015 01:36:39 +0200 Subject: [PATCH] Fix typo in WoltLab/WCF/Bootstrap --- wcfsetup/install/files/js/WoltLab/WCF/Bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Bootstrap.js b/wcfsetup/install/files/js/WoltLab/WCF/Bootstrap.js index e0de36cc42..528f3b2c29 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Bootstrap.js +++ b/wcfsetup/install/files/js/WoltLab/WCF/Bootstrap.js @@ -26,7 +26,7 @@ define( window.enquire = enquire; window.WCF.Language.get = function(key, parameters) { console.warn('Call to deprecated WCF.Language.get("' + key + '")'); - return Language.get(key); + return Language.get(key, parameters); }; window.WCF.Language.add = function(key, value) { console.warn('Call to deprecated WCF.Language.add("' + key + '")'); -- 2.20.1