From: Alexander Ebert Date: Sun, 5 May 2013 18:50:46 +0000 (+0200) Subject: Fixed page object id for clipboard X-Git-Tag: 2.0.0_Beta_1~252^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1f79c90067b233fd2a46c9e4ec1e3db0bccc8311;p=GitHub%2FWoltLab%2FWCF.git Fixed page object id for clipboard --- diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index bf90b7dc46..411954d389 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -1157,6 +1157,7 @@ WCF.Clipboard = { containerData: this._containerData, objectIDs: objectIDs, pageClassName: this._page, + pageObjectID: this._pageObjectID, type: type }); this._proxy.sendRequest();