From: Alexander Ebert Date: Fri, 30 Dec 2011 02:44:02 +0000 (+0100) Subject: Fixed typo X-Git-Tag: 2.0.0_Beta_1~1470 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=696930b942f28e125445609cb781b1315e1b3f1a;p=GitHub%2FWoltLab%2FWCF.git Fixed typo --- diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 5a750e8887..faa07f813b 100644 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -28,7 +28,7 @@ if (key === undefined) { for (var $key in $data) { if ($key.match(/Id$/)) { - $data[$key.replace(/Id$/, 'ID'))] = $data[$key]; + $data[$key.replace(/Id$/, 'ID')] = $data[$key]; delete $data[$key]; } }