From: Tim Düsterhus Date: Sun, 17 May 2015 23:36:39 +0000 (+0200) Subject: Fix typo in WoltLab/WCF/Bootstrap X-Git-Tag: 3.0.0_Beta_1~2385^2~10 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3a9f2985b0c5425068de72ed6ddc7a6879fe3524;p=GitHub%2FWoltLab%2FWCF.git Fix typo in WoltLab/WCF/Bootstrap --- 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 + '")');