From: Alexander Ebert Date: Tue, 21 May 2013 10:37:48 +0000 (+0200) Subject: Fixed title of package installation overlay X-Git-Tag: 2.0.0_Beta_1~106 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3484b0ce38dda94d6b4f1ffed1349d3814830402;p=GitHub%2FWoltLab%2FWCF.git Fixed title of package installation overlay --- diff --git a/wcfsetup/install/files/acp/js/WCF.ACP.js b/wcfsetup/install/files/acp/js/WCF.ACP.js index ed06114492..5fa20cdd9d 100644 --- a/wcfsetup/install/files/acp/js/WCF.ACP.js +++ b/wcfsetup/install/files/acp/js/WCF.ACP.js @@ -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';