Fixed previous commit
authorAlexander Ebert <ebert@woltlab.com>
Tue, 14 May 2013 23:25:52 +0000 (01:25 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 14 May 2013 23:25:52 +0000 (01:25 +0200)
wcfsetup/install/files/acp/js/WCF.ACP.js

index 04f3d7cee090c864bdc86e0165d21d6085b303ec..48d92835ef043ce58f2c76f8fafd81041d1a92c9 100644 (file)
@@ -594,10 +594,10 @@ WCF.ACP.Package.Installation = Class.extend({
                                }
                                
                                if ($key) {
-                                       $additionalData[$key] = $inputElement.val();
+                                       $additionalData[$name][$key] = $inputElement.val();
                                }
                                else {
-                                       $additionalData[$key].push($inputElement.val());
+                                       $additionalData[$name].push($inputElement.val());
                                }
                        }
                        else {