Fixed title of package installation overlay
authorAlexander Ebert <ebert@woltlab.com>
Tue, 21 May 2013 10:37:48 +0000 (12:37 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 21 May 2013 10:37:48 +0000 (12:37 +0200)
wcfsetup/install/files/acp/js/WCF.ACP.js

index ed06114492330593fba3687e0690c0b96545b84d..5fa20cdd9d275350baf79f1d06cbc45d6b43273e 100644 (file)
@@ -385,7 +385,7 @@ WCF.ACP.Package.Installation = Class.extend({
                this._allowRollback = (allowRollback === true) ? true : false;
                this._queueID = queueID;
                
-               switch (actionName) {
+               switch (this._actionName) {
                        case 'InstallPackage':
                                if (allowRollback) {
                                        this._dialogTitle = 'wcf.acp.package.installation.title';